vitorpy's Dotfiles
at main 373 B view raw
1# .bash_profile 2 3# Get the aliases and functions 4if [ -f ~/.bashrc ]; then 5 . ~/.bashrc 6fi 7 8# User specific environment and startup programs 9 10[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* 11 12export PATH="$HOME/.local/share/solana/install/active_release/bin:$PATH" 13 14export PATH="$HOME/.elan/bin:$PATH"