summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2018-04-01 15:24:42 -0700
committerFranck Cuny <franck.cuny@gmail.com>2018-04-01 15:24:42 -0700
commita8922bc46e110894c36218479c2654f3c9e6bc7d (patch)
treea62d010a78948076c61bf3279e4fa6c9078d0e42
parent[emacs] fix font (again) (diff)
downloademacs.d-a8922bc46e110894c36218479c2654f3c9e6bc7d.tar.gz
[bash] reorganize some directories
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"