Browse Source

fixed syntax highlighting inclusion to work outside ~

Josh Bicking 8 năm trước cách đây
mục cha
commit
ea56efa5ba
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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