Created
June 27, 2012 13:07
-
-
Save geirarne/3003965 to your computer and use it in GitHub Desktop.
profile.bash
This file contains 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
export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/Users/geirarne/bin:/Applications/Lynxlet.app/Contents/Resources/lynx/bin:/php/includes:/usr/lib/php/pear:$PATH" | |
export PATH=$PATH:/opt/node/bin | |
export PATH=$PATH:~/bin/jsl-0.3.0-mac/ | |
export EDITOR="$HOME/bin/subl -w" | |
export HISTIGNORE="&:ls:[bf]g:exit" | |
alias ls='ls -G' | |
export PATH="$HOME/.rbenv/bin:$PATH" | |
eval "$(rbenv init -)" | |
if [ -f `brew --prefix`/etc/autojump ]; then | |
. `brew --prefix`/etc/autojump | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment