all repos — nixfiles @ 24c4964b3ec11cfba6d0169e6fbc12fa31ee3d44

System and user configuration, managed by nix and home-manager

zsh: remove = from WORDCHARS

Alan Pearce
commit

24c4964b3ec11cfba6d0169e6fbc12fa31ee3d44

parent

e7b0cb6d8e65d9e3c2f2deb25a0a3b07d5ddf148

1 file changed, 1 insertion(+), 1 deletion(-)

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