summary refs log tree commit diff stats
path: root/user/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'user/zsh/zshrc')
-rw-r--r--user/zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/zsh/zshrc b/user/zsh/zshrc
index 0331a083..235d8447 100644
--- a/user/zsh/zshrc
+++ b/user/zsh/zshrc
@@ -3,7 +3,7 @@ setopt hist_ignore_space
 setopt inc_append_history_time
 setopt transient_rprompt
 
-WORDCHARS=${${WORDCHARS//[-.=]}//[\/]}
+WORDCHARS=${${WORDCHARS//[.=#]}//[\/]}
 
 zmodload zsh/terminfo