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)
|
# Composer (PHP)
|
||||||
PATH="$HOME/.composer/vendor/bin:$PATH"
|
PATH="$HOME/.composer/vendor/bin:$PATH"
|
||||||
|
|
||||||
|
## RVM
|
||||||
|
|
||||||
|
source /Users/maxbucknell/.rvm/scripts/rvm
|
||||||
|
|
||||||
## Completion
|
## Completion
|
||||||
|
|
||||||
# Load up the extra Z Shell completions
|
# Load up the extra Z Shell completions
|
||||||
|
|
Loading…
Add table
Reference in a new issue