*time-based commit* 💥

main
Dan Buch 10 years ago
parent 10e4fad35d
commit f7946f23f5

@ -7,3 +7,4 @@ TAGS
*.class *.class
.vagrant .vagrant
*.swp *.swp
.DS_Store

@ -1,3 +1,5 @@
# 50-character subject line # 50-character subject line
# #
# 72-character wrapped longer description. This should answer: # 72-character wrapped longer description. This should answer:

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

Loading…
Cancel
Save