diff options
Diffstat (limited to 'tag-zplug')
-rw-r--r-- | tag-zplug/config/zsh/zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-zplug/config/zsh/zshrc b/tag-zplug/config/zsh/zshrc index c57bf944..71722dc5 100644 --- a/tag-zplug/config/zsh/zshrc +++ b/tag-zplug/config/zsh/zshrc @@ -9,6 +9,8 @@ zplug "clvv/fasd", hook-build:"PREFIX=$HOME make install" zplug "tymm/zsh-directory-history", as:command, use:"dir{hist,log}" zplug "tymm/zsh-directory-history", as:plugin +WORDCHARS='*?_-[]~.&;!#$%^(){}<>' + if zplug check Tarrasch/zsh-autoenv then AUTOENV_FILE_ENTER=.envrc |