1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | #Dark Gray
#PS1="\[\033[0;90m\]\[$(tput bold)\][\[$(tput sgr0)\]\[\033[0;90m\]\u@\h:\W\[$(tput bold)\]]\[$(tput sgr0)\] "
#Light Gray
#PS1="\[\033[0;37m\]\[$(tput bold)\][\[$(tput sgr0)\]\[\033[0;37m\]\u@\h:\W\[$(tput bold)\]]\[$(tput sgr0)\] "
#Cyan
#PS1="\[\033[0;36m\]\[$(tput bold)\][\[$(tput sgr0)\]\[\033[0;36m\]\u@\h:\W\[$(tput bold)\]]\[$(tput sgr0)\] "
#Light Cyan
#PS1="\[\033[0;96m\]\[$(tput bold)\][\[$(tput sgr0)\]\[\033[0;96m\]\u@\h:\W\[$(tput bold)\]]\[$(tput sgr0)\] "
#Green
#PS1="\[\033[0;32m\]\[$(tput bold)\][\[$(tput sgr0)\]\[\033[0;32m\]\u@\h:\W\[$(tput bold)\]]\[$(tput sgr0)\] "
#Light Green
#PS1="\[\033[0;92m\]\[$(tput bold)\][\[$(tput sgr0)\]\[\033[0;92m\]\u@\h:\W\[$(tput bold)\]]\[$(tput sgr0)\] "
#Yellow/Orange
#PS1="\[\033[0;33m\]\[$(tput bold)\][\[$(tput sgr0)\]\[\033[0;33m\]\u@\h:\W\[$(tput bold)\]]\[$(tput sgr0)\] "
#Light Yellow/Orange
#PS1="\[\033[0;93m\]\[$(tput bold)\][\[$(tput sgr0)\]\[\033[0;93m\]\u@\h:\W\[$(tput bold)\]]\[$(tput sgr0)\] "
#Blue
#PS1="\[\033[0;34m\]\[$(tput bold)\][\[$(tput sgr0)\]\[\033[0;34m\]\u@\h:\W\[$(tput bold)\]]\[$(tput sgr0)\] "
#Light Blue
#PS1="\[\033[0;94m\]\[$(tput bold)\][\[$(tput sgr0)\]\[\033[0;94m\]\u@\h:\W\[$(tput bold)\]]\[$(tput sgr0)\] "
#Magenta
#PS1="\[\033[0;35m\]\[$(tput bold)\][\[$(tput sgr0)\]\[\033[0;35m\]\u@\h:\W\[$(tput bold)\]]\[$(tput sgr0)\] "
#Light Magenta
#PS1="\[\033[0;95m\]\[$(tput bold)\][\[$(tput sgr0)\]\[\033[0;95m\]\u@\h:\W\[$(tput bold)\]]\[$(tput sgr0)\] "
#Red
#PS1="\[\033[0;31m\]\[$(tput bold)\][\[$(tput sgr0)\]\[\033[0;31m\]\u@\h:\W\[$(tput bold)\]]\[$(tput sgr0)\] "
#Light Red
#PS1="\[\033[0;91m\]\[$(tput bold)\][\[$(tput sgr0)\]\[\033[0;91m\]\u@\h:\W\[$(tput bold)\]]\[$(tput sgr0)\] "
###
|
x