vitorpy's Dotfiles
1
2# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
3export PATH="$PATH:$HOME/.rvm/bin"
4
5# >>> juliaup initialize >>>
6
7# !! Contents within this block are managed by juliaup !!
8
9path=('/home/vitorpy/.juliaup/bin' $path)
10export PATH
11
12# <<< juliaup initialize <<<