From 2f68be8e4af6bc7cc0fcf25b5c022f6fbb39c1ea Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sat, 8 Feb 2014 18:45:25 -0500 Subject: [PATCH] Adding travis gem completion to ~/.bash_profile --- bash_profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash_profile b/bash_profile index f45010d..144e7ff 100644 --- a/bash_profile +++ b/bash_profile @@ -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