Skip to content

Instantly share code, notes, and snippets.

@huydx
Last active December 15, 2015 06:59
Show Gist options
  • Save huydx/5219891 to your computer and use it in GitHub Desktop.
Save huydx/5219891 to your computer and use it in GitHub Desktop.
prompt scheme
export PS1='\e[0;36m\u⌘ \e[0;35m\W \e[0;33m`git branch 2> /dev/null | grep -e ^* | sed -E s/^\\\\\*\ \(.+\)$/\(\\\\\1\)\ /`\e[m\]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment