Adds colorscheme

This commit is contained in:
Jonathan Hodgson 2019-08-01 18:39:54 +01:00
parent ea9f4c1ac5
commit 6594691502
4 changed files with 6 additions and 361 deletions

View file

@ -87,6 +87,10 @@ source $ZSH/oh-my-zsh.sh
source ~/.dotfiles/shells/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
if [ -L $HOME/.dotfiles/shells/zsh/current-color-scheme ]; then
source $HOME/.dotfiles/shells/zsh/current-color-scheme
fi
TRAPWINCH(){
zle && {zle reset-prompt; zle -R}
}