From fa44738da0c8862ebfbf15645ea718ab20af5b41 Mon Sep 17 00:00:00 2001 From: cswimr Date: Tue, 8 Oct 2024 22:59:27 -0400 Subject: [PATCH] readded virtualenv and virtualenvwrapper (still hail uv though) --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 1d1cd02..2c5e36d 100644 --- a/.zshrc +++ b/.zshrc @@ -79,7 +79,7 @@ export NVM_AUTO_USE=true # 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 colored-man-pages colorize command-not-found cp pyenv pip python systemd archlinux appup zsh-nvm zsh-better-npm-completion fast-syntax-highlighting) +plugins=(git colored-man-pages colorize command-not-found cp pyenv pip python virtualenv virtualenvwrapper systemd archlinux appup zsh-nvm zsh-better-npm-completion fast-syntax-highlighting) fpath+="${ZSH_CUSTOM:-"$ZSH/custom"}/plugins/zsh-completions/src" if (( $+commands[bun] )); then [ -s ~/.bun/_bun ] || bun completions