From 7aa81029c660af3b867b1cda970d9bcb51090aae Mon Sep 17 00:00:00 2001 From: mlunax Date: Thu, 24 Sep 2020 01:27:53 +0200 Subject: [PATCH] move venv indicator into other file in .zsh --- .zsh/powerlevel_settings.sh | 2 +- .zshrc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.zsh/powerlevel_settings.sh b/.zsh/powerlevel_settings.sh index 08d47e2..e8c4c3b 100644 --- a/.zsh/powerlevel_settings.sh +++ b/.zsh/powerlevel_settings.sh @@ -5,5 +5,5 @@ else POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(root_indicator dir vcs) fi # POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status root_indicator background_jobs history time) -POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status background_jobs disk_usage) +POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status virtualenv background_jobs disk_usage) POWERLEVEL9K_MODE='nerdfont-complete' diff --git a/.zshrc b/.zshrc index 36c6601..670ad84 100644 --- a/.zshrc +++ b/.zshrc @@ -8,7 +8,6 @@ source $ZSH/oh-my-zsh.sh #COMPLETION_WAITING_DOTS="false" plugins=(git docker virtualenv) -POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status virtualenv) export EDITOR=nano export JAVA_HOME=