From 4516b146acaf1692488a9e9d795e5c07092f867a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Mon, 30 Nov 2020 19:11:03 +0300 Subject: Colorschemes, terminal emulator config * Easy way to change color scheme from dark to light on the fly * Sound alert for bell in alacritty --- dotfiles/.config/zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dotfiles/.config/zsh') diff --git a/dotfiles/.config/zsh/.zshrc b/dotfiles/.config/zsh/.zshrc index 717a34c..66e7880 100644 --- a/dotfiles/.config/zsh/.zshrc +++ b/dotfiles/.config/zsh/.zshrc @@ -63,5 +63,7 @@ zle -N zle-keymap-select [ -f "$HOME/.config/zsh/shortcuts" ] && . "$HOME/.config/zsh/shortcuts" +[ -f "$HOME/.cache/colorscheme" ] && trap "source $HOME/.cache/colorscheme" DEBUG + [ -f /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ] && . /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -- cgit v1.2.3