looks like agnoster uses spaces instead of tabs.

pull/1480/head
Scott Jackson 2020-01-24 10:07:19 -05:00
parent 8472675007
commit 10032b8370
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ prompt_virtualenv() {
if [[ -n $VIRTUAL_ENV ]]; then
color=cyan
prompt_segment $color $PRIMARY_FG
ve=`basename "$VIRTUAL_ENV"`
ve=`basename "$VIRTUAL_ENV"`
prompt_segment $color white "$ve"
fi
}