mirror of
https://github.com/romkatv/powerlevel10k
synced 2025-01-25 07:02:50 +00:00
[ADD] python icon in virtualenv prompt
This commit is contained in:
parent
ec25e3b3af
commit
086cd1fdcf
@ -930,7 +930,7 @@ prompt_vi_mode() {
|
||||
prompt_virtualenv() {
|
||||
local virtualenv_path="$VIRTUAL_ENV"
|
||||
if [[ -n "$virtualenv_path" && "$VIRTUAL_ENV_DISABLE_PROMPT" != true ]]; then
|
||||
"$1_prompt_segment" "$0" "$2" "blue" "$DEFAULT_COLOR" "($(basename "$virtualenv_path"))"
|
||||
"$1_prompt_segment" "$0" "$2" "blue" "$DEFAULT_COLOR" "$(basename "$virtualenv_path")" 'PYTHON_ICON'
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user