prompt switch

This commit is contained in:
ackman678
2021-05-29 08:24:35 -04:00
parent 6456731013
commit fe28ed5f13
2 changed files with 7 additions and 3 deletions

View File

@@ -22,8 +22,12 @@ YELLOW="\[$(tput setaf 3)\]"
LIGHTBLUE="\[$(tput setaf 4)\]"
BLUE="\[$(tput setaf 27)\]"
RESET="\[$(tput sgr0)\]"
#PS1="${BLUE}\u@\h \W>${RESET} "
PS1="${LIGHTBLUE}\W>${RESET} "
if [[ -z "$DISPLAY" ]]; then
PS1="${YELLOW}\u@\h \W>${RESET} "
else
#PS1="${BLUE}\u@\h \W>${RESET} "
PS1="${LIGHTBLUE}\W>${RESET} "
fi
man() {
LESS_TERMCAP_md=$'\e[01;31m' \