Update bash_completion command to use Homebrew's version.
This commit is contained in:
+3
-3
@@ -56,12 +56,12 @@ alias gsd='git svn dcommit'
|
|||||||
alias gsfr='git svn fetch && git svn rebase'
|
alias gsfr='git svn fetch && git svn rebase'
|
||||||
|
|
||||||
# Turn on Git autocomplete.
|
# Turn on Git autocomplete.
|
||||||
if [ -f ~/.git-completion.bash ]; then
|
if [ -f `brew --prefix`/etc/bash_completion ]; then
|
||||||
. ~/.git-completion.bash
|
. `brew --prefix`/etc/bash_completion
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Vagrant configuration.
|
# Vagrant configuration.
|
||||||
export VAGRANT_DEFAULT_PROVIDER='virtualbox'
|
# export VAGRANT_DEFAULT_PROVIDER='virtualbox'
|
||||||
|
|
||||||
# Disable cowsay in Ansible.
|
# Disable cowsay in Ansible.
|
||||||
export ANSIBLE_NOCOWS=1
|
export ANSIBLE_NOCOWS=1
|
||||||
|
|||||||
Reference in New Issue
Block a user