Adding travis gem completion to ~/.bash_profile

main
Dan Buch 10 years ago
parent e77de2c918
commit 2f68be8e4a

@ -83,4 +83,7 @@ _bash_profile_main() {
_bash_profile_main
# added by travis gem
[[ -f ~/.travis/travis.sh ]] && source ~/.travis/travis.sh
# vim:filetype=sh

Loading…
Cancel
Save