diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2018-04-01 15:24:42 -0700 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2018-04-01 15:24:42 -0700 |
| commit | a8922bc46e110894c36218479c2654f3c9e6bc7d (patch) | |
| tree | a62d010a78948076c61bf3279e4fa6c9078d0e42 | |
| parent | [emacs] fix font (again) (diff) | |
| download | emacs.d-a8922bc46e110894c36218479c2654f3c9e6bc7d.tar.gz | |
[bash] reorganize some directories
| -rwxr-xr-x | bashrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |
