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:
parent
ae1dce61cf
commit
7aa81029c6
2 changed files with 1 additions and 2 deletions
|
@ -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
1
.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=
|
||||
|
|
Loading…
Add table
Reference in a new issue