From 6f1512b80b89a6ab958559d0fb1439b754dae052 Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Wed, 29 Jun 2016 00:28:42 +0200 Subject: [PATCH] added by travis gem --- templates/zshrc-mac.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/zshrc-mac.zsh b/templates/zshrc-mac.zsh index 34b48fe9e..cb3c9c883 100644 --- a/templates/zshrc-mac.zsh +++ b/templates/zshrc-mac.zsh @@ -62,3 +62,6 @@ unsetopt correctall if [ -e ~/.profile ]; then source ~/.profile; fi PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting + +# added by travis gem +[ -f /Users/gaetan/.travis/travis.sh ] && source /Users/gaetan/.travis/travis.sh