ZSHRC: suppression du module virtualenvwrapper qui pose problème

vif
Olivier DOSSMANN 2019-12-05 15:15:02 +01:00
parent f1013a6903
commit 9569386807
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -68,7 +68,7 @@ ZSH_THEME="powerlevel10k/powerlevel10k"
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git httpie ng npm nvm pass pip pyenv sudo virtualenvwrapper wd)
plugins=(git httpie ng npm nvm pass pip pyenv sudo wd)
source $ZSH/oh-my-zsh.sh