looks like agnoster uses spaces instead of tabs.
This commit is contained in:
@@ -210,7 +210,7 @@ prompt_virtualenv() {
|
|||||||
if [[ -n $VIRTUAL_ENV ]]; then
|
if [[ -n $VIRTUAL_ENV ]]; then
|
||||||
color=cyan
|
color=cyan
|
||||||
prompt_segment $color $PRIMARY_FG
|
prompt_segment $color $PRIMARY_FG
|
||||||
ve=`basename "$VIRTUAL_ENV"`
|
ve=`basename "$VIRTUAL_ENV"`
|
||||||
prompt_segment $color white "$ve"
|
prompt_segment $color white "$ve"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user