Skip to content

Instantly share code, notes, and snippets.

@southp
Last active December 17, 2015 19:29
Show Gist options
  • Save southp/5660896 to your computer and use it in GitHub Desktop.
Save southp/5660896 to your computer and use it in GitHub Desktop.
my MBA's simple bash color
source ~/.git-prompt.sh
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
export PATH=/usr/local/bin:$PATH
PS1='[\[\033[01;32m\]\u \[\033[00;34m\]\h \[\033[00m\]\w$]\n\[\033[00;33m\]$(__git_ps1 "(%s)")\[\033[00m\]->$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment