mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-14 18:53:57 +01:00
6 lines
288 B
Text
6 lines
288 B
Text
|
|
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
|
|
export PATH="$PATH:$HOME/.rvm/bin"
|
|
|
|
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
|
|
[[ -s "$HOME/.cargo/env" ]] && . "$HOME/.cargo/env"
|