소스 검색

Add zsh syntax highlighting

Andrew Swistak 11 년 전
부모
커밋
5b701679c3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"}