[zsh] autoswitching virtualenv can be annoying
This commit is contained in:
parent
0ec8d24dbf
commit
7a41f0ecc9
@ -39,10 +39,8 @@ github = 'DarrinTisdale/zsh-aliases-exa'
|
||||
[plugins.zsh-autopair]
|
||||
github = 'hlissner/zsh-autopair'
|
||||
|
||||
{{- if eq .chezmoi.hostname "taupo" }}
|
||||
[plugins.zsh-autoswitch-virtualenv]
|
||||
github = 'MichaelAquilina/zsh-autoswitch-virtualenv'
|
||||
|
||||
# For example:
|
||||
#
|
||||
# [plugins.base16]
|
||||
# github = "chriskempson/base16-shell"
|
||||
{{- end }}
|
||||
@ -6,3 +6,4 @@ export PATH=$HOME/.bin:$PATH
|
||||
{{- end }}
|
||||
export EDITOR=vim
|
||||
export FZF_DEFAULT_COMMAND='fdfind --type f --hidden --follow --exclude .git'
|
||||
export XDG_CONFIG_HOME=$HOME/.config
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user