diff options
-rw-r--r-- | zsh/.config/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 4a87bedc..422fd4d7 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 |