Fix to preload Arch bash completion for git
This commit is contained in:
@@ -137,6 +137,8 @@ fi
|
||||
|
||||
# Tab completion
|
||||
if [ $shell = "bash" ]; then
|
||||
# Fix to preload Arch bash completion for git
|
||||
[[ -s "/usr/share/git/completion/git-completion.bash" ]] && source "/usr/share/git/completion/git-completion.bash"
|
||||
complete -o default -o nospace -F _git $git_alias
|
||||
|
||||
# Git repo management & aliases.
|
||||
|
||||
Reference in New Issue
Block a user