6 lines
141 B
Bash
6 lines
141 B
Bash
source ~/.lib/shellenv.sh
|
|
source ~/.lib/shellrc.sh
|
|
source ~/.lib/bash.sh
|
|
|
|
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
|