Update .zshrc
This commit is contained in:
parent
6cee3a55b4
commit
2481dd9c95
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user