From 24c4964b3ec11cfba6d0169e6fbc12fa31ee3d44 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 7 Dec 2018 11:33:35 +0100 Subject: zsh: remove = from WORDCHARS --- zsh/.config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh') diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 4a87bed..422fd4d 100644 --- a/zsh/.config/zsh/.zshrc +++ b/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 -- cgit 1.4.1