Fixed lightline color schemes and prompt

This commit is contained in:
jomido
2019-11-12 14:36:00 -06:00
parent e1637cab50
commit 92bfd6e642
2 changed files with 6 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ export HISTFILESIZE=5000
#if tty -s; then
if [ -t 1 ]; then
export PS1="\[$(tput bold)\]\[$(tput setaf 2)\][\u@\h \W]\\$ \[$(tput sgr0)\]"
export PS1="\[$(tput bold)\]\[$(tput setaf 4)\][\u@\h \W]\\$ \[$(tput sgr0)\]"
fi
if [ ! -z "$VIRTUAL_ENV" ]; then