Changed prompt color for visiblity

This commit is contained in:
jon
2018-09-16 10:57:27 -05:00
parent bb8131f233
commit 3c328a107a

View File

@@ -47,3 +47,6 @@ bind -m vi-insert "\C-l":clear-screen
export HISTTIMEFORMAT="%F %T: " export HISTTIMEFORMAT="%F %T: "
export HISTSIZE=1000 export HISTSIZE=1000
export HISTFILESIZE=2000 export HISTFILESIZE=2000
# Prompt
export PS1="\[$(tput bold)\]\[$(tput setaf 2)\][\u@\h \W]\\$ \[$(tput sgr0)\]"