Skip to content

Instantly share code, notes, and snippets.

@ScottSolomko
Created November 24, 2012 09:44
Show Gist options
  • Save ScottSolomko/4139053 to your computer and use it in GitHub Desktop.
Save ScottSolomko/4139053 to your computer and use it in GitHub Desktop.
Bash: Prompt with date, time, user, hostname, pwd with git branch and history
PS1="\[\033[1;30m\]\342\224\214(\[\033[0;0m\]\@ \d\[\033[1;30m\])\342\224\200(\[\033[0;0m\]\u@\h\[\033[1;30m\])\342\224\200(\[\033[0;m\]\w\$(__git_ps1 '\[\033[0;33m\]:%s')\[\033[1;30m\])\n\342\224\224(\[\033[0;33m\]\!\[\033[1;30m\]\[\033[1;30m\])\342\224\200\[\033[0;m\]\$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment