[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]
|
[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"
|
|
||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user