Created
February 21, 2014 15:04
-
-
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
This file contains 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
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