From 6ea70277d1fd425f0f95df3cda80d8b9e19fa498 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Thu, 26 Apr 2012 09:32:27 -0500 Subject: [PATCH] Fixing up PATH and adding Postgres bin to path. --- vim/bundle/vundle | 2 +- zshrc | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/vim/bundle/vundle b/vim/bundle/vundle index 03ed2bd..dd8356a 160000 --- a/vim/bundle/vundle +++ b/vim/bundle/vundle @@ -1 +1 @@ -Subproject commit 03ed2bd39e37c5ff035c05197af81558eb5d8a89 +Subproject commit dd8356aea7499fed92f7c37227b1625a2b3dc190 diff --git a/zshrc b/zshrc index 1369dea..50b4787 100644 --- a/zshrc +++ b/zshrc @@ -32,7 +32,6 @@ source $ZSH/oh-my-zsh.sh # Customize to your needs... alias vi=vim export EDITOR=vim -export PATH="/usr/local/bin:$PATH" # VCS stuff export P4USER=dswan @@ -44,4 +43,6 @@ export SVN_EDITOR=vim # sync visidev to latest Perforce alias visidev="ssh root@visidev.iocom.com 'cd /; p4 sync'" -PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting +export PATH=/usr/local/bin:$PATH # Homebrew +export PATH=$HOME/.rvm/bin:$PATH # RVM +export PATH=/Applications/Postgres.app/Contents/MacOS/bin:$PATH # Postgres