mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
Remove $VIRTUAL_ENV_DISABLE_PROMPT testing
This commit is contained in:
parent
12e9724860
commit
ee7416962d
1 changed files with 1 additions and 4 deletions
|
@ -1652,10 +1652,7 @@ prompt_virtualenv() {
|
|||
# Early exit; $virtualenv_path must always be set.
|
||||
[[ -z "$virtualenv_path" ]] && return
|
||||
|
||||
# Check if VIRTUAL_ENV_DISABLE_PROMPT is set to false, or is a numerical value
|
||||
if [[ "$VIRTUAL_ENV_DISABLE_PROMPT" == "false" ]] || (( VIRTUAL_ENV_DISABLE_PROMPT )); then
|
||||
"$1_prompt_segment" "$0" "$2" "blue" "$DEFAULT_COLOR" "$(basename "$virtualenv_path")" 'PYTHON_ICON'
|
||||
fi
|
||||
"$1_prompt_segment" "$0" "$2" "blue" "$DEFAULT_COLOR" "$(basename "$virtualenv_path")" 'PYTHON_ICON'
|
||||
}
|
||||
|
||||
################################################################
|
||||
|
|
Loading…
Reference in a new issue