Created
January 9, 2015 02:20
-
-
Save danish-rehman/76cfa6d816873a41b029 to your computer and use it in GitHub Desktop.
Command line beautification
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
YELLOW="\[\033[0;33m\]" | |
CLEAR="\[\033[0;0m\]" | |
PS1="\$(date +%H:%M) \w$YELLOW \$(parse_git_branch)$CLEAR \$ " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment