cswimr/home
Archived
Template
1
0
Fork 0

readded virtualenv and virtualenvwrapper (still hail uv though)

This commit is contained in:
Seaswimmer 2024-10-08 22:59:27 -04:00
parent b72b447c09
commit fa44738da0
Signed by: cswimr
GPG key ID: A9C162E867C851FA

2
.zshrc
View file

@ -79,7 +79,7 @@ export NVM_AUTO_USE=true
# Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # 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" fpath+="${ZSH_CUSTOM:-"$ZSH/custom"}/plugins/zsh-completions/src"
if (( $+commands[bun] )); then if (( $+commands[bun] )); then
[ -s ~/.bun/_bun ] || bun completions [ -s ~/.bun/_bun ] || bun completions