Created
March 26, 2015 08:57
-
-
Save SebAshton/09a26e7d55114083869a to your computer and use it in GitHub Desktop.
My bash_profile
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
# 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