Cloned oh-my-zsh repositry

This commit is contained in:
2014-08-28 22:26:43 +02:00
parent 3ac0549596
commit 5f43be249f
405 changed files with 24828 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
# reload zshrc
function src()
{
autoload -U compinit zrecompile
compinit -d "$ZSH/cache/zcomp-$HOST"
for f in ~/.zshrc "$ZSH/cache/zcomp-$HOST"; do
zrecompile -p $f && command rm -f $f.zwc.old
done
source ~/.zshrc
}