prompt_pure_system_report
):''
❯
1.10.3
export VIRTUAL_ENV_DISABLE_PROMPT=12
typeset -g PROMPT=$'%F{${prompt_pure_colors[path]}}%~%f %F{248}${prompt_pure_vcs_info[branch]}%F{13}${prompt_pure_git_dirty}%f %{ %}%(12V.%F{$prompt_pure_colors[virtualenv]}%12v%f .)%(?.%F{$prompt_pure_colors[prompt:success]}.%F{$prompt_pure_colors[prompt:error]})${prompt_pure_state[prompt]}%f '
Python's venv has an optional argument where you may specify a prompt prefix via --prompt
. I expect this name to be reflected in the prompt. When activating the pure theme, it does not respect the --prompt
name and instead uses the directory name.
With pure theme
❯ python -m venv --prompt test .venv
❯ source .venv/bin/activate
.venv ❯
Without pure theme
% source .venv/bin/activate
(test) %
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too