summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-11-08 15:09:19 -0800
committerFranck Cuny <franck.cuny@gmail.com>2016-11-08 15:09:19 -0800
commitd197c9ecbdf979f737389b2a04ce9eb5369087c5 (patch)
treea1befbf7cb6a4130e5357745b57f5daaa8565001
parent[bin] Add a script to build twitter's tools. (diff)
downloademacs.d-d197c9ecbdf979f737389b2a04ce9eb5369087c5.tar.gz
[bash] Add bin directory to path.
-rwxr-xr-xbashrc3
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"