Skip to content

Instantly share code, notes, and snippets.

@bouncingdan
Last active December 20, 2015 04:59
Show Gist options
  • Save bouncingdan/6074740 to your computer and use it in GitHub Desktop.
Save bouncingdan/6074740 to your computer and use it in GitHub Desktop.
green=$(tput setaf 2)
blue=$(tput setaf 4)
cyan=$(tput setaf 6)
bold=$(tput bold)
reset=$(tput sgr0)
PS1='\n\[$cyan\]\w\[$green\]\n>\[$reset\] '
if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment