From 425606c401e08026729af63dde44566ed150eb8e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 6 Aug 2023 20:06:12 +0200 Subject: zsh: stop word-movement commands at # signs --- user/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user') 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 -- cgit 1.4.1