zsh: remove = from WORDCHARS
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M zsh/.config/zsh/.zshrc → zsh/.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