浏览代码

fixed syntax highlighting inclusion to work outside ~

Josh Bicking 8 年之前
父节点
当前提交
ea56efa5ba
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zshrc

+ 1 - 1
zshrc

@@ -66,7 +66,7 @@ alias emacs='emacs -nw'
 if [ ! $ZSH_CUSTOM ]
 then
     # enable syntax highlighting
-    source .zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
+    source ~/.zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
 
     # enable C-s for forward search
     stty -ixon