1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-18 16:26:50 +00:00

move venv indicator into other file in .zsh

This commit is contained in:
Luna 2020-09-24 01:27:53 +02:00
parent ae1dce61cf
commit 7aa81029c6
No known key found for this signature in database
GPG key ID: 05246084ED6DAD21
2 changed files with 1 additions and 2 deletions

View file

@ -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'

1
.zshrc
View file

@ -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=