From 097663cb10d0e8c244063af28295cff6d686f1bb Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 26 Jun 2016 16:48:06 +0200 Subject: Port WORDCHARS config from zsh --- tag-zplug/config/zsh/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tag-zplug/config/zsh/zshrc b/tag-zplug/config/zsh/zshrc index c57bf94..71722dc 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 -- cgit 1.4.1