Skip to content

Instantly share code, notes, and snippets.

@pomack
Created February 21, 2014 15:04
Show Gist options
  • Save pomack/9135793 to your computer and use it in GitHub Desktop.
Save pomack/9135793 to your computer and use it in GitHub Desktop.
Displays current time, username, host, and path with a comment to start to allow copying/pasting multi-line bash scripts
PS1="\e[01;33m# \e[01;36m\D{%Y-%m-%d %R %Z} \e[00;31m\u\e[01;32m@\e[00;31m\H \e[01;33m\w :\e[00m\n"
export PS1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment