Skip to content

Instantly share code, notes, and snippets.

@pope
Created October 17, 2010 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pope/631324 to your computer and use it in GitHub Desktop.
Save pope/631324 to your computer and use it in GitHub Desktop.
Bash Prompt
PS1='\[\e[s\e[$((COLUMNS-20))C\e[0m\e[0;90m\]\d \t\[\e[u\]\n\[\e[0m\e[1m\]┌[\[\e[0;34m\]\u@\h\[\e[0m\e[1m\]][\[\e[0;34m\]\w`__git_ps1 " \[\e[0;35m\]%s"`\[\e[0m\e[1m\]]\n└╼ \[\e[0m\]'
PS2="└┈ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment