Use 'autoload -Uz bashcompinit', as recommended in #21
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user