diff --git a/.bash_profile b/.bash_profile index 60278f6c158..7f64e0dc9b8 100644 --- a/.bash_profile +++ b/.bash_profile @@ -28,6 +28,8 @@ done; # Add tab completion for many Bash commands if which brew > /dev/null && [ -f "$(brew --prefix)/etc/bash_completion" ]; then source "$(brew --prefix)/etc/bash_completion"; +elif [ -f /etc/bash_completion ]; then + source /etc/bash_completion; fi; # Enable tab completion for `g` by marking it as an alias for `git`