added syntax hightlighting submodule
authorDavide Riccardo Caliendo <davide@licheni.net>
Fri, 26 Jul 2013 11:47:03 +0000 (13:47 +0200)
committerDavide Riccardo Caliendo <davide@licheni.net>
Fri, 26 Jul 2013 11:47:03 +0000 (13:47 +0200)
.gitmodules [new file with mode: 0644]
zsh-syntax-highlighting [new submodule]
zshrc.local

diff --git a/.gitmodules b/.gitmodules
new file mode 100644 (file)
index 0000000..a823837
--- /dev/null
@@ -0,0 +1,3 @@
+[submodule "zsh-syntax-highlighting"]
+       path = zsh-syntax-highlighting
+       url = git://github.com/zsh-users/zsh-syntax-highlighting.git
diff --git a/zsh-syntax-highlighting b/zsh-syntax-highlighting
new file mode 160000 (submodule)
index 0000000..e5d8a50
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit e5d8a50d362a153a28506be6fae9cf179dbb5fd4
index 233028c..a8f080a 100644 (file)
@@ -326,4 +326,5 @@ fi
 ## END OF FILE #################################################################
 
 export pd() { egrep -i "[aeiou]to\$" /usr/share/dict/italian | shuf ${${1/-1/}:+-n $1} | while read W; do curl -A Mozilla "$@" "translate.google.com/translate_tts" -d "tl=it&q=dio $W" | mpg123 -; done }
+source `dirname $(readlink $0)`/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh