From e9e862bf19cf530b3796c16fd6fb549e8f3ce5f9 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Tue, 27 Jul 2021 11:50:34 -0400 Subject: [PATCH] Get rid of pyenv zsh plugin --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 0168f2c..807998d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -66,7 +66,7 @@ ZSH_THEME="typewritten" # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git direnv pyenv pipenv npm nvm) +plugins=(git direnv pipenv npm nvm) source $ZSH/oh-my-zsh.sh