diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-11-08 15:09:19 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-11-08 15:09:19 -0800 |
commit | d197c9ecbdf979f737389b2a04ce9eb5369087c5 (patch) | |
tree | a1befbf7cb6a4130e5357745b57f5daaa8565001 /bashrc | |
parent | [bin] Add a script to build twitter's tools. (diff) | |
download | emacs.d-d197c9ecbdf979f737389b2a04ce9eb5369087c5.tar.gz |
[bash] Add bin directory to path.
Diffstat (limited to 'bashrc')
-rwxr-xr-x | bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bashrc b/bashrc index 36398ca..ffede15 100755 --- a/bashrc +++ b/bashrc @@ -40,6 +40,9 @@ __add_to_path_if_exists "${HOME}/src/source/dist" __add_to_path_if_exists "/opt/twitter/opt/go/libexec/bin" __add_to_path_if_exists "/opt/twitter/bin" +DOTFILES_DIR=$(dirname $(realpath $BASH_SOURCE)) +__add_to_path_if_exists "${DOTFILES_DIR}/bin" + __source_file_if_exists "/opt/google-cloud-sdk/path.bash.inc" __source_file_if_exists "/opt/google-cloud-sdk/completion.bash.inc" __source_file_if_exists "/opt/twitter/rvm/scripts/rvm" |