From 95f92513e7f9e5358ce7b259328521dac93fb9ad Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Thu, 24 Jun 2021 11:19:51 -0400 Subject: [PATCH] Add new plugin: virtualenv --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 40bcc31..94e8a3b 100644 --- a/.zshrc +++ b/.zshrc @@ -88,6 +88,7 @@ plugins=( zsh-autosuggestions zsh-syntax-highlighting zsh-z + virtualenv ) source $ZSH/oh-my-zsh.sh