add travis snippet to zshrc

This commit is contained in:
Sami Samhuri 2014-06-24 00:57:58 -07:00
parent deca876875
commit 019e167dd5

View file

@ -372,3 +372,6 @@ function is_screen_running() {
if is_interactive && command_exists screen && not_in_screen && is_screen_running; then
screen -rx
fi
# added by travis gem
[ -f /Users/sjs/.travis/travis.sh ] && source /Users/sjs/.travis/travis.sh