summary refs log tree commit diff stats
path: root/tag-zsh/config
diff options
context:
space:
mode:
authorAlan Pearce2016-07-05 14:13:56 +0200
committerAlan Pearce2016-07-05 14:13:56 +0200
commitd1d7ffb9b0c9409774ffd937db5d46300e9ffde7 (patch)
tree48a9122d85b64e3d381e257da6204059238efcde /tag-zsh/config
parent105edf82830b6ac02cb7c2b7d22126687a4291bc (diff)
downloaddotfiles-d1d7ffb9b0c9409774ffd937db5d46300e9ffde7.tar.lz
dotfiles-d1d7ffb9b0c9409774ffd937db5d46300e9ffde7.tar.zst
dotfiles-d1d7ffb9b0c9409774ffd937db5d46300e9ffde7.zip
zsh: Remove extra chars from WORDCHARS
Diffstat (limited to 'tag-zsh/config')
-rw-r--r--tag-zsh/config/zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index 7a2688f..6adb548 100644
--- a/tag-zsh/config/zsh/zshrc
+++ b/tag-zsh/config/zsh/zshrc
@@ -9,7 +9,7 @@ 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='*?_-[]~.&;!#$%^(){}<>'
+WORDCHARS='*?_[]~&;!#$%^(){}<>'
 
 if [[ ${path[(I)$HOME/bin ]} ]]
 then