Last active
December 15, 2015 06:59
-
-
Save huydx/5219891 to your computer and use it in GitHub Desktop.
prompt scheme
This file contains hidden or 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
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