From af8bc9191ee7d66f1a3be2bd96554dfd96a68d17 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 9 Aug 2016 20:19:46 +0200 Subject: .zsh.prompts/prompt_dvzrv_setup: Removing useless prezto based python virtualenv module. --- .zsh.prompts/prompt_dvzrv_setup | 3 --- 1 file changed, 3 deletions(-) (limited to '.zsh.prompts') 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] )" -- cgit v1.2.3-54-g00ecf