summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-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"