1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 08:41:43 +00:00

Replace redundant calls to compinit with a single call.

This commit is contained in:
Pat Regan
2011-04-08 10:12:22 -04:00
parent e684afcba0
commit 782883b5d8
10 changed files with 4 additions and 19 deletions

View File

@ -1,4 +1,2 @@
# add brew completion function to path
fpath=($ZSH/plugins/brew $fpath)
autoload -U compinit
compinit -i

View File

@ -1,4 +1,2 @@
# add cpanm completion function to path
fpath=($ZSH/plugins/cpanm $fpath)
autoload -U compinit
compinit -i

View File

@ -1,4 +1,2 @@
# add gem completion function to path
fpath=($ZSH/plugins/gem $fpath)
autoload -U compinit
compinit -i

View File

@ -1,4 +1,2 @@
# add github completion function to path
fpath=($ZSH/plugins/github $fpath)
autoload -U compinit
compinit -i

View File

@ -8,5 +8,3 @@ alias pup="psu && puo"
# add macports completion function to path
fpath=($ZSH/plugins/macports $fpath)
autoload -U compinit
compinit -i

View File

@ -1,4 +1,2 @@
# add brew completion function to path
fpath=($ZSH/plugins/pip $fpath)
autoload -U compinit
compinit -i

View File

@ -1,3 +1 @@
fpath=($ZSH/plugins/vagrant $fpath)
autoload -U compinit
compinit -i