*time-based commit* 💥
This commit is contained in:
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:
|
||||||
|
2
zshrc
2
zshrc
@ -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…
Reference in New Issue
Block a user