Forráskód Böngészése

added syntax highlighting to grml

Josh Bicking 7 éve
szülő
commit
d95403e39f
1 módosított fájl, 7 hozzáadás és 0 törlés
  1. 7 0
      zshrc

+ 7 - 0
zshrc

@@ -61,3 +61,10 @@ alias ts='date +%y-%m-%d'
 
 # default to terminal emacs
 alias emacs='emacs -nw'
+
+# enable syntax highlighting in grml
+if [ ! $ZSH_CUSTOM ]
+then
+    source .zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
+fi
+