X-Git-Url: https://v.licheni.net/stack/conf/zsh.git/blobdiff_plain/9d48d22685927f2da4f2a66683caa1af2b408c0c..dfeaa582d3ffb16f1f819bb29a3bc7ad0fedb470:/zshrc.local 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