Explorar o código

added syntax highlighting to grml

Josh Bicking %!s(int64=8) %!d(string=hai) anos
pai
achega
d95403e39f
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  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
+