From 3f45a81d9a3ccc2219fa7aa715b026b00f6cfcea Mon Sep 17 00:00:00 2001 From: hukl Date: Tue, 24 Apr 2012 11:43:25 +0200 Subject: [PATCH] put /usr/local/bin ahead of the path and added rvm support --- .zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index f97db73..f74ea3c 100644 --- a/.zshrc +++ b/.zshrc @@ -1,10 +1,13 @@ export ZSH=~/.zsh +source ~/.rvm/scripts/'rvm' + PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting +PATH=/usr/local/bin:$PATH # Load all of the config files in ~/oh-my-zsh that end in .zsh for config_file ($ZSH/lib/*.zsh) source $config_file # Load and run compinit autoload -U compinit -compinit -i \ No newline at end of file +compinit -i