Skip to content

Instantly share code, notes, and snippets.

@danish-rehman
Created January 9, 2015 02:20
Show Gist options
  • Save danish-rehman/76cfa6d816873a41b029 to your computer and use it in GitHub Desktop.
Save danish-rehman/76cfa6d816873a41b029 to your computer and use it in GitHub Desktop.
Command line beautification
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