Update the zsh config to not use oh-my-zsh

This commit is contained in:
Jonny Barnes 2018-01-24 15:26:36 +00:00
parent 76aa4e9504
commit 16a90e60c6
9 changed files with 163 additions and 201 deletions

View file

@ -0,0 +1,5 @@
# ZSH syntax highlghting
test -e /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh \
&& source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
test -e /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh \
&& source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh