diff --git a/git-global-ignores b/git-global-ignores index 7d92966..a3e3f8c 100644 --- a/git-global-ignores +++ b/git-global-ignores @@ -7,3 +7,4 @@ TAGS *.class .vagrant *.swp +.DS_Store diff --git a/gittemplate b/gittemplate index da61024..8818fed 100644 --- a/gittemplate +++ b/gittemplate @@ -1,3 +1,5 @@ + + # 50-character subject line # # 72-character wrapped longer description. This should answer: diff --git a/zshrc b/zshrc index 834a65f..90285d0 100644 --- a/zshrc +++ b/zshrc @@ -69,7 +69,7 @@ eval "$(goenv init -)" export GOPATH="$HOME/gopath" 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" done