diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-11-02 16:08:26 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-11-02 16:08:26 -0700 |
commit | fbf758b0eed552882463b73bb908d792b25bbb92 (patch) | |
tree | d22fa2fededaa1fd8a3c1f20c9bf74fcf45c67d7 /bashrc | |
parent | [bash] simplify a little bit more the configuration (diff) | |
download | emacs.d-fbf758b0eed552882463b73bb908d792b25bbb92.tar.gz |
[bash] I still need RVM to publish dashboards ...
Diffstat (limited to '')
-rwxr-xr-x | bashrc | 3 |
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" |