[#269] Remove redundant compinit calls.

This commit is contained in:
Sorin Ionescu 2011-04-20 00:40:19 -04:00
commit 986163fc81
12 changed files with 14 additions and 45 deletions

View file

@ -5,7 +5,3 @@ if [ "$commands[(I)hub]" ]; then
function git(){hub "$@"}
fi
# add github completion function to path
fpath=($ZSH/plugins/github $fpath)
autoload -U compinit
compinit -i