add travis snippet to zshrc
This commit is contained in:
parent
deca876875
commit
019e167dd5
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue