Last active
December 1, 2019 17:27
-
-
Save GIJack/e72f1a3648019cd19db6f41fdf2fe7eb to your computer and use it in GitHub Desktop.
Color PS1 Prompts
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
#Red Root Prompt | |
PS1='[\[\e[0;31m\]\u@\h \[\e[1;34m\]\w\[\e[m\]] \[\e[1;31m\]\$\[\e[m\] ' | |
# Just red hash# | |
PS1='[\u@\h \w]\[\e[1;31m\]\$\[\e[m\] ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment