Add RVM.
This commit is contained in:
parent
d38851d9d0
commit
f2b4ebd139
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ PATH="$HOME/.config/bin:$PATH"
|
|||
# Composer (PHP)
|
||||
PATH="$HOME/.composer/vendor/bin:$PATH"
|
||||
|
||||
## RVM
|
||||
|
||||
source /Users/maxbucknell/.rvm/scripts/rvm
|
||||
|
||||
## Completion
|
||||
|
||||
# Load up the extra Z Shell completions
|
||||
|
|
Loading…
Add table
Reference in a new issue