Skip to content

Instantly share code, notes, and snippets.

@c01nd01r
Created November 30, 2016 10:21
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 c01nd01r/40ef8a7bbec2383b3a61c1b6faa610ca to your computer and use it in GitHub Desktop.
Save c01nd01r/40ef8a7bbec2383b3a61c1b6faa610ca to your computer and use it in GitHub Desktop.
bash-prof
alias subl='/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl'
export PATH="/usr/local/mysql/bin:$PATH"
export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\] \[\033[33;1m\]\w\[\033[m\] (\$(git branch 2>/dev/null | grep '^*' | colrm 1 2)) \$ \n| => "
export PS2="| => "
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment