From 182cb9918352e93047d0fcc8c38048c61b3d4dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Fri, 7 Jun 2024 00:55:02 +0300 Subject: terminal: return to Alacritty I haven't actively used my trusty old X200 in more than a year, and I really did miss Alacritty's font rendering and features, namely config hot-reload. --- dotfiles/.config/zsh/.zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dotfiles/.config/zsh/.zshrc') diff --git a/dotfiles/.config/zsh/.zshrc b/dotfiles/.config/zsh/.zshrc index 99ab1d1..0509006 100644 --- a/dotfiles/.config/zsh/.zshrc +++ b/dotfiles/.config/zsh/.zshrc @@ -76,9 +76,10 @@ zle -N zle-keymap-select [ -f "$HOME/.config/zsh/shortcuts" ] && . "$HOME/.config/zsh/shortcuts" if [ -f "$HOME/.cache/colorscheme" ]; then - trap "source $HOME/.cache/colorscheme && shtheme ultramar-\$COLORSCHEME" SIGUSR1 + # trap "source $HOME/.cache/colorscheme && shtheme ultramar-\$COLORSCHEME" SIGUSR1 + trap "source $HOME/.cache/colorscheme" SIGUSR1 source $HOME/.cache/colorscheme - shtheme ultramar-$COLORSCHEME + # shtheme ultramar-$COLORSCHEME fi if [ -f /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ] -- cgit v1.2.3