summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--zsh/.config/zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
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