summary refs log tree commit diff stats
path: root/tag-zsh
diff options
context:
space:
mode:
authorAlan Pearce2015-05-20 12:09:19 +0200
committerAlan Pearce2015-05-20 12:09:19 +0200
commit61ecf571affd1d4ed334157718415229c8bbbf49 (patch)
treebece3bc65af65b92e9b0399822343e8f7df1a1f9 /tag-zsh
parent01d31a2f4d73263dcab1478c1a35e756e1e3fbd4 (diff)
downloaddotfiles-61ecf571affd1d4ed334157718415229c8bbbf49.tar.lz
dotfiles-61ecf571affd1d4ed334157718415229c8bbbf49.tar.zst
dotfiles-61ecf571affd1d4ed334157718415229c8bbbf49.zip
zsh: Treat = as a word splitter
Diffstat (limited to 'tag-zsh')
-rwxr-xr-xtag-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 22b4478..9c9f36a 100755
--- a/tag-zsh/config/zsh/zshrc
+++ b/tag-zsh/config/zsh/zshrc
@@ -11,7 +11,7 @@ HISTFILE=~/.cache/zsh/history
 HISTSIZE=4000
 SAVEHIST=3000
 
-WORDCHARS='*?_-[]~=.&;!#$%^(){}<>'
+WORDCHARS='*?_-[]~.&;!#$%^(){}<>'
 
 #If a command takes more than 5 seconds, give statistics
 REPORTTIME=5