From 19a722eb7f546a6dec79628378a15e801243f504 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Tue, 3 Feb 2015 11:20:36 -0500 Subject: [PATCH] Switch to gimme --- zshrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 90285d0..4342a20 100644 --- a/zshrc +++ b/zshrc @@ -51,7 +51,6 @@ bindkey '^R' history-incremental-search-backward path=( $HOME/bin - $HOME/.goenv/bin $HOME/gopath/bin $HOME/.rbenv/bin $HOME/.rbenv/shims @@ -65,7 +64,7 @@ path=( /usr/local/games ) -eval "$(goenv init -)" +eval "$(gimme 1.4.1)" 2>/dev/null export GOPATH="$HOME/gopath" CDPATH="$HOME/workspace:$HOME/src:$HOME/Development/src:$HOME/repos" @@ -93,3 +92,6 @@ function load-ssh-agent() { # added by travis gem [[ -f ~/.travis/travis.sh ]] && source ~/.travis/travis.sh + +# added by travis gem +[ -f /Users/me/.travis/travis.sh ] && source /Users/me/.travis/travis.sh