aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.prompts/prompt_dvzrv_setup
diff options
context:
space:
mode:
Diffstat (limited to '.zsh.prompts/prompt_dvzrv_setup')
-rw-r--r--.zsh.prompts/prompt_dvzrv_setup3
1 files changed, 0 insertions, 3 deletions
diff --git a/.zsh.prompts/prompt_dvzrv_setup b/.zsh.prompts/prompt_dvzrv_setup
index 4758b7a..c4093b7 100644
--- a/.zsh.prompts/prompt_dvzrv_setup
+++ b/.zsh.prompts/prompt_dvzrv_setup
@@ -82,9 +82,6 @@ function prompt_steeef_simplified_setup {
zstyle ':vcs_info:*:prompt:*' formats "${branch_format}"
zstyle ':vcs_info:*:prompt:*' nvcsformats ""
- # Set python-info parameters.
- zstyle ':prezto:module:python:info:virtualenv' format '(%v)'
-
# Define prompts.
PROMPT="$(ssh_connection)${_prompt_steeef_simplified_colors[3]}%n%f@${_prompt_steeef_simplified_colors[2]}%m%f ${_prompt_steeef_simplified_colors[5]}%~%f "'${vcs_info_msg_0_}'"$ "
RPROMPT="%(?..[%F{red}%?%f] )"