Created
September 10, 2012 03:51
-
-
Save dilijev/3688775 to your computer and use it in GitHub Desktop.
Snippet from my .bashrc that shows my current colorful prompt.
This file contains hidden or 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
source ~/.bash_colors | |
#... | |
PS1="${RED}\t ${GREEN}${debian_chroot:+($debian_chroot)}\u@\h${NORMAL}:${BRIGHT_BLUE}\w${NORMAL}\$ " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment