[zsh] autoswitching virtualenv can be annoying

This commit is contained in:
Julien Rabier 2021-09-24 14:59:19 +02:00
parent 0ec8d24dbf
commit 7a41f0ecc9
2 changed files with 3 additions and 4 deletions

View File

@ -39,10 +39,8 @@ github = 'DarrinTisdale/zsh-aliases-exa'
[plugins.zsh-autopair] [plugins.zsh-autopair]
github = 'hlissner/zsh-autopair' github = 'hlissner/zsh-autopair'
{{- if eq .chezmoi.hostname "taupo" }}
[plugins.zsh-autoswitch-virtualenv] [plugins.zsh-autoswitch-virtualenv]
github = 'MichaelAquilina/zsh-autoswitch-virtualenv' github = 'MichaelAquilina/zsh-autoswitch-virtualenv'
# For example: {{- end }}
#
# [plugins.base16]
# github = "chriskempson/base16-shell"

View File

@ -6,3 +6,4 @@ export PATH=$HOME/.bin:$PATH
{{- end }} {{- end }}
export EDITOR=vim export EDITOR=vim
export FZF_DEFAULT_COMMAND='fdfind --type f --hidden --follow --exclude .git' export FZF_DEFAULT_COMMAND='fdfind --type f --hidden --follow --exclude .git'
export XDG_CONFIG_HOME=$HOME/.config