dotfiles/private_dot_bash_profile

6 lines
221 B
Plaintext
Raw Normal View History

2021-08-10 10:50:48 +02:00
[[ -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*
2022-04-20 00:35:48 +02:00
. "$HOME/.cargo/env"