Browse Source

Add zsh syntax highlighting

Andrew Swistak 11 năm trước cách đây
mục cha
commit
5b701679c3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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"}