We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d97509 commit 399cedcCopy full SHA for 399cedc
bashrc
@@ -146,8 +146,12 @@ elif [ -f /etc/bash_completion ]; then
146
. /etc/bash_completion
147
elif [ -f /etc/profile.d/bash_completion ]; then
148
. /etc/profile.d/bash_completion
149
+elif [ -f /usr/local/etc/bash_completion.d ]; then
150
+ . /etc/profile.d/bash_completion
151
fi
152
153
+[ -f /usr/local/etc/bash_completion ] && . /usr/local/etc/bash_completion
154
+
155
# http://onrails.org/articles/2006/11/17/rake-command-completion-using-rake
156
if [ -f ~/bin/rake_completion ]; then
157
complete -C ~/bin/rake_completion -o default rake
0 commit comments