Use 'autoload -Uz bashcompinit', as recommended in #21

This commit is contained in:
Nathan Broadbent
2012-05-08 16:08:32 +12:00
parent 4fb9123f19
commit 5e14302f56

View File

@@ -110,7 +110,7 @@ _alias $git_index_alias="git_index"
# ZSH tab completion # ZSH tab completion
if [[ $shell == "zsh" ]]; then if [[ $shell == "zsh" ]]; then
# Turn on support for bash completion # Turn on support for bash completion
autoload bashcompinit autoload -Uz bashcompinit
bashcompinit bashcompinit
# -- zsh # -- zsh