Skip to content

Instantly share code, notes, and snippets.

@GIJack
Last active December 1, 2019 17:27
Show Gist options
  • Save GIJack/e72f1a3648019cd19db6f41fdf2fe7eb to your computer and use it in GitHub Desktop.
Save GIJack/e72f1a3648019cd19db6f41fdf2fe7eb to your computer and use it in GitHub Desktop.
Color PS1 Prompts
#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