Fixed lightline color schemes and prompt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user