Procházet zdrojové kódy

fixed syntax highlighting inclusion to work outside ~

Josh Bicking před 8 roky
rodič
revize
ea56efa5ba
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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