Update some python and ruby configs

This commit is contained in:
crater2150 2021-12-03 15:09:12 +01:00
parent 705c726b06
commit 67db15b05b
3 changed files with 8 additions and 2 deletions

4
env/50_ruby.zsh vendored
View file

@ -2,3 +2,7 @@ if exists gem; then
RUBY_VERSION=${$(gem environment gemdir):t}
export PATH="$PATH:$HOME/.gem/ruby/$RUBY_VERSION/bin"
fi
if [[ -d $HOME/.rvm/bin ]]; then
export PATH="$PATH:$HOME/.rvm/bin"
fi