From b2fe0072a150768587e071a2f36f968b39f1a09f Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Thu, 10 Jun 2021 08:38:24 +0200 Subject: [PATCH] =?UTF-8?q?Pyenv=20abandonn=C3=A9=20pour=20ZSH=20(souci=20?= =?UTF-8?q?=C3=A0=20r=C3=A9gler=20plus=20tard)?= 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 fc38864..f74e7c8 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 wd) +plugins=(git httpie ng npm nvm pass pip sudo wd) source $ZSH/oh-my-zsh.sh