From f2b4ebd139cb4f4043181910d09ef82e0a276f8b Mon Sep 17 00:00:00 2001 From: Max Bucknell Date: Wed, 24 Jun 2015 18:11:46 +0100 Subject: [PATCH] Add RVM. --- zsh/zshrc.symlink | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/zshrc.symlink b/zsh/zshrc.symlink index 29efe13..6eea98a 100644 --- a/zsh/zshrc.symlink +++ b/zsh/zshrc.symlink @@ -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