Last active
August 29, 2015 14:15
-
-
Save anugupta/257a95f59d6fdc691f47 to your computer and use it in GitHub Desktop.
My current terminal prompt - with timestamp
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="\[\033[01;32m\]\u\[\033[01;34m\]::\[\033[01;31m\]\h \D{%T} \[\033[00;34m\]{ \[\033[01;34m\]\w \[\033[00;34m\]}\[\033[01;32m\] \n-> \[\033[00m\]" | |
export PS1=$PS1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment