diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2019-02-08 18:55:02 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2019-02-08 18:55:02 +0100 |
commit | 36d208771bc0397f2102cb7dab5a973d6a73cac4 (patch) | |
tree | f6374c61d9c73aebd21f98cb84c5f68f6647475e | |
parent | 3ef010125bed05a97035b0c6501b31c8f03b3fcf (diff) | |
download | bin-36d208771bc0397f2102cb7dab5a973d6a73cac4.zip bin-36d208771bc0397f2102cb7dab5a973d6a73cac4.tar.gz |
bashrc gem -> 2.6.0
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ export PATH=${HOME_}/bin:${PATH#${HOME_}/bin:} export_if_exists 'PAGER' 'less' '/bin/more' export EDITOR=vim # RUBY -export GEM_HOME="${HOME_}/.gem/ruby/2.5.0" +export GEM_HOME="${HOME_}/.gem/ruby/2.6.0" set_if_not_in 'PATH' ${GEM_HOME}/bin # catch and eval dmalloc output |