Skip to content

Instantly share code, notes, and snippets.

@SebAshton
Created March 26, 2015 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SebAshton/09a26e7d55114083869a to your computer and use it in GitHub Desktop.
Save SebAshton/09a26e7d55114083869a to your computer and use it in GitHub Desktop.
My bash_profile
# https://github.com/sstephenson/rbenv#basic-github-checkout
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
# http://notes.torrez.org/2013/04/put-a-burger-in-your-shell.html
export PS1="\e[38;5;204m[mac: \w]\e[39m 🍔 "
# http://osxdaily.com/2012/02/21/add-color-to-the-terminal-in-mac-os-x/
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment