summary refs log tree commit diff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbashrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/bashrc b/bashrc
index 142419e..c4fb2a1 100755
--- a/bashrc
+++ b/bashrc
@@ -5,7 +5,7 @@ export LC_ALL="$LANG"
 export LC_CTYPE="$LANG"
 export PAGER="less"
 export TZ=America/Los_Angeles
-export GOPATH="${HOME}/gocode"
+export GOPATH="${HOME}/workspace/go"
 
 [ -z "$PS1" ] && return
 
@@ -26,14 +26,14 @@ __source_file_if_exists() {
   [ -s "$1" ] && source "$1"
 }
 
-__add_to_path_if_exists "${HOME}/bin"
+__add_to_path_if_exists "${HOME}/workspace/bin"
 __add_to_path_if_exists "${GOPATH}/bin"
 
 __source_file_if_exists "/opt/google-cloud-sdk/path.bash.inc"
 __source_file_if_exists "/opt/google-cloud-sdk/completion.bash.inc"
 
 # Twitter paths
-__add_to_path_if_exists "${HOME}/src/source/dist"
+__add_to_path_if_exists "${HOME}/workspace/git.twitter.biz/source/dist"
 __add_to_path_if_exists "/opt/twitter/opt/go/libexec/bin"
 __add_to_path_if_exists "/opt/twitter/bin"
 __source_file_if_exists "/opt/twitter/rvm/scripts/rvm"