all repos — archive/dotfiles @ 24c4964b3ec11cfba6d0169e6fbc12fa31ee3d44

Superseded by nixfiles

zsh: remove = from WORDCHARS
Alan Pearce alan@alanpearce.eu
Fri, 07 Dec 2018 11:33:35 +0100
commit

24c4964b3ec11cfba6d0169e6fbc12fa31ee3d44

parent

e7b0cb6d8e65d9e3c2f2deb25a0a3b07d5ddf148

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M zsh/.config/zsh/.zshrczsh/.config/zsh/.zshrc
@@ -10,7 +10,7 @@ setopt hist_ignore_space unsetopt share_history
 setopt inc_append_history_time
 
-WORDCHARS=${${WORDCHARS//[-.]}//[\/]}
+WORDCHARS=${${WORDCHARS//[-.=]}//[\/]}
 
 export EDITOR=emacsclient
 alias ec=emacsclient