hammerspoon tilin', rvm fixin'
This commit is contained in:
parent
1285e535bc
commit
57577be6d5
5 changed files with 24 additions and 1 deletions
|
|
@ -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*
|
||||
|
|
|
|||
|
|
@ -102,3 +102,5 @@ prompt_func() {
|
|||
PS1=$PS1"> "
|
||||
}
|
||||
PROMPT_COMMAND=prompt_func
|
||||
|
||||
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue