hammerspoon tilin', rvm fixin'

This commit is contained in:
Haak Saxberg 2016-02-03 18:04:51 -08:00
parent 1285e535bc
commit 57577be6d5
5 changed files with 24 additions and 1 deletions

View file

@ -1,3 +1,5 @@
if [ -L ~/.bashrc ] || [ -f ~/.bashrc ]; then
source ~/.bashrc;
fi
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*

View file

@ -102,3 +102,5 @@ prompt_func() {
PS1=$PS1"> "
}
PROMPT_COMMAND=prompt_func
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting