mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-19 08:45:36 +00:00
venv
This commit is contained in:
parent
366830df55
commit
c22e9ad370
1 changed files with 2 additions and 1 deletions
3
.zshrc
3
.zshrc
|
@ -7,7 +7,8 @@ source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
#COMPLETION_WAITING_DOTS="false"
|
#COMPLETION_WAITING_DOTS="false"
|
||||||
|
|
||||||
plugins=(git docker)
|
plugins=(git docker virtualenv)
|
||||||
|
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status virtualenv)
|
||||||
|
|
||||||
export EDITOR=nano
|
export EDITOR=nano
|
||||||
export JAVA_HOME=
|
export JAVA_HOME=
|
||||||
|
|
Loading…
Add table
Reference in a new issue