Fixing up PATH and adding Postgres bin to path.
This commit is contained in:
parent
7d43c2554f
commit
6ea70277d1
2 changed files with 4 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 03ed2bd39e37c5ff035c05197af81558eb5d8a89
|
||||
Subproject commit dd8356aea7499fed92f7c37227b1625a2b3dc190
|
||||
5
zshrc
5
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue