From d197c9ecbdf979f737389b2a04ce9eb5369087c5 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 8 Nov 2016 15:09:19 -0800 Subject: [bash] Add bin directory to path. --- bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bashrc') 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" -- cgit 1.4.1