summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2016-06-26 16:48:06 +0200
committerAlan Pearce2016-06-26 16:48:06 +0200
commit097663cb10d0e8c244063af28295cff6d686f1bb (patch)
tree70c5d49d644f0b11eca8c3dc6f2e60c1f7d18505
parent1f77e2ab95dac41dc40d6d449f92654b607f4b45 (diff)
downloaddotfiles-097663cb10d0e8c244063af28295cff6d686f1bb.tar.lz
dotfiles-097663cb10d0e8c244063af28295cff6d686f1bb.tar.zst
dotfiles-097663cb10d0e8c244063af28295cff6d686f1bb.zip
Port WORDCHARS config from zsh
-rw-r--r--tag-zplug/config/zsh/zshrc2
1 files changed, 2 insertions, 0 deletions
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