From 956938680766223bc81bdcd8bf8b31cc3b9354fb Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Thu, 5 Dec 2019 15:15:02 +0100 Subject: [PATCH] =?UTF-8?q?ZSHRC:=20suppression=20du=20module=20virtualenv?= =?UTF-8?q?wrapper=20qui=20pose=20probl=C3=A8me?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 3b6fef1..2e04330 100644 --- a/.zshrc +++ b/.zshrc @@ -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