From 6f1512b80b89a6ab958559d0fb1439b754dae052 Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Wed, 29 Jun 2016 00:28:42 +0200 Subject: [PATCH 1/2] 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 From 9cea1d1c66bc8ec10926709410f7cae27407ace7 Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Wed, 29 Jun 2016 00:32:24 +0200 Subject: [PATCH 2/2] add 'osx' plugin on mac --- templates/zshrc-mac.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zshrc-mac.zsh b/templates/zshrc-mac.zsh index cb3c9c883..92bcff008 100644 --- a/templates/zshrc-mac.zsh +++ b/templates/zshrc-mac.zsh @@ -36,7 +36,7 @@ plugins=(git2 python repo intel-repo cp buildbot rsync git-extras git-remote-bra command-not-found debian dircycle encode64 lol extract launch_trial \ vim-scp ufw sublime pylint pep8 autopep8 \ common-aliases buildbot_dev zsh-syntax-highlighting \ - txw jump grin pip colored-man) + txw jump grin pip colored-man osx) source $ZSH/oh-my-zsh.sh # User configuration