Adding travis gem completion to ~/.bash_profile

This commit is contained in:
Dan Buch 2014-02-08 18:45:25 -05:00
parent e77de2c918
commit 2f68be8e4a

View File

@ -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