From 019e167dd57f8eb5d08a9007edc8b5e562fc34aa Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 24 Jun 2014 00:57:58 -0700 Subject: [PATCH] add travis snippet to zshrc --- zsh/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/zshrc b/zsh/zshrc index 73d194f..77100e0 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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