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