Explorar el Código

Add zsh syntax highlighting

Andrew Swistak hace 11 años
padre
commit
5b701679c3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      zshrc

+ 1 - 0
zshrc

@@ -28,6 +28,7 @@ alias vimdiff="mvimdiff"
 
 # OS X completions
 fpath=(/usr/local/share/zsh-completions $fpath)
+source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
 
 # OS X keep current PWD when opening new tabs/windows
 precmd () {print -Pn "\e]2; %~/ \a"}