mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-05 06:13:59 +01:00
4 lines
200 B
Text
4 lines
200 B
Text
|
|
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile
|
|
|
|
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
|