1

Update .zshrc

This commit is contained in:
Evan Pratten 2018-03-19 13:10:09 -04:00 committed by GitHub
parent 6cee3a55b4
commit 2481dd9c95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,10 @@ unsetopt beep
bindkey -v
# End of lines configured by zsh-newuser-install
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc
source ./zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# prompt stuff
autoload -U colors && colors
NEWLINE=$'\n'