summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-11-02 16:08:26 -0700
committerFranck Cuny <franck.cuny@gmail.com>2016-11-02 16:08:26 -0700
commitfbf758b0eed552882463b73bb908d792b25bbb92 (patch)
treed22fa2fededaa1fd8a3c1f20c9bf74fcf45c67d7
parent[bash] simplify a little bit more the configuration (diff)
downloademacs.d-fbf758b0eed552882463b73bb908d792b25bbb92.tar.gz
[bash] I still need RVM to publish dashboards ...
Diffstat (limited to '')
-rwxr-xr-xbashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index b2c206e..36398ca 100755
--- a/bashrc
+++ b/bashrc
@@ -41,4 +41,5 @@ __add_to_path_if_exists "/opt/twitter/opt/go/libexec/bin"
 __add_to_path_if_exists "/opt/twitter/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/google-cloud-sdk/completion.bash.inc"
+__source_file_if_exists "/opt/twitter/rvm/scripts/rvm"