From dfeaa582d3ffb16f1f819bb29a3bc7ad0fedb470 Mon Sep 17 00:00:00 2001 From: Davide Riccardo Caliendo Date: Fri, 26 Jul 2013 13:47:03 +0200 Subject: [PATCH] added syntax hightlighting submodule --- .gitmodules | 3 +++ zsh-syntax-highlighting | 1 + zshrc.local | 1 + 3 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 zsh-syntax-highlighting diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a823837 --- /dev/null +++ b/.gitmodules @@ -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 index 0000000..e5d8a50 --- /dev/null +++ b/zsh-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit e5d8a50d362a153a28506be6fae9cf179dbb5fd4 diff --git a/zshrc.local b/zshrc.local index 233028c..a8f080a 100644 --- a/zshrc.local +++ b/zshrc.local @@ -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 -- 2.20.1