Quellcode durchsuchen

fixed syntax highlighting inclusion to work outside ~

Josh Bicking vor 7 Jahren
Ursprung
Commit
ea56efa5ba
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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