From f7946f23f5aecb6c72ffc5b4ef50ef34d33938a4 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Thu, 4 Dec 2014 10:11:43 -0500 Subject: [PATCH] *time-based commit* :boom: --- git-global-ignores | 1 + gittemplate | 2 ++ zshrc | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) 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