Last active
December 20, 2015 05:49
-
-
Save gcman105/6081691 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS1="\h \u \w$ " | |
alias ll="ls -lahG" | |
if [ -f ~/.bashrc ]; then | |
source ~/.bashrc | |
fi | |
#test -r /sw/bin/init.sh && . /sw/bin/init.sh | |
#export DYLD_LIBRARY_PATH=/usr/local/mysql/lib:$DYLD_LIBRARY_PATH | |
export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/local/mongodb/bin" | |
export PATH="$PATH:/Applications/Postgres.app/Contents/MacOS/bin:/Developer/usr/bin:/Developer/usr/libexec:/Developer/usr/sbin:/Developer/usr/local/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/bin:/sbin:/Users/gcman105/bin:/usr/libexec:/usr/local/git:/usr/bin:" | |
#PATH=/path/to/homebrew/app/bin:$PATH | |
#PATH="$(brew --prefix ruby/2.0.0-p247)/bin:$PATH" | |
export PATH=$(brew --prefix ruby)/bin:$PATH | |
export PATH=/Library/Frameworks/Python.framework/Versions/3.3/bin:$PATH | |
#PATH="$(brew --prefix josegonzalez/php/php54)/bin:$PATH" | |
#usr/local/opt/php54/bin:/usr/local/bin:/usrlocal/sbin:/usr/local/mysql/bin:/usr/local/mongodb/bin:/Applications/Postgres.app/Contents/MacOS/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/Developer/usr/bin:/Developer/usr/libexec:/Developer/usr/sbin:/Developer/usr/local/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/bin:/sbin:/Users/gcman105/bin:/usr/libexec:/usr/local/git:/usr/bin:/Library/Frameworks/Python.framework/Versions/3.3/bin | |
# {{{ | |
# Node Completion - Auto-generated, do not touch. | |
shopt -s progcomp | |
for f in $(command ls ~/.node-completion); do | |
f="$HOME/.node-completion/$f" | |
test -f "$f" && . "$f" | |
done | |
# }}} | |
# added by Anaconda 1.6.1 installer | |
eval "$(rbenv init -)" | |
export PGHOST=localhost |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment