From a8922bc46e110894c36218479c2654f3c9e6bc7d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 1 Apr 2018 15:24:42 -0700 Subject: [bash] reorganize some directories --- bashrc | 6 +++--- 1 file 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" -- cgit 1.4.1