Skip to content

Instantly share code, notes, and snippets.

@geirarne
Created June 27, 2012 13:07
Show Gist options
  • Save geirarne/3003965 to your computer and use it in GitHub Desktop.
Save geirarne/3003965 to your computer and use it in GitHub Desktop.
profile.bash
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