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