Updates while getting new machine set up whatebbs

This commit is contained in:
Dan Buch
2014-09-25 00:14:05 -04:00
parent 681f46a964
commit 9420574000
2 changed files with 3 additions and 3 deletions

2
zshrc
View File

@@ -70,7 +70,7 @@ path=(
eval "$(goenv init -)"
export GOPATH="$HOME/gopath"
CDPATH="$HOME/src:$HOME/repos"
CDPATH="$HOME/workspace:$HOME/src:$HOME/repos"
for prefix in github.com code.google.com/p ; do
CDPATH="$HOME/gopath/src/$prefix:$CDPATH"
done