From a30b93f2ca27fa0070b69b0c33fafba54bc42a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Wed, 28 Jan 2026 19:30:17 +0100 Subject: zsh: remove / from WORDCHARS --- dot_config/zsh/zshrc.style | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dot_config/zsh/zshrc.style b/dot_config/zsh/zshrc.style index fdb4584..32febcb 100644 --- a/dot_config/zsh/zshrc.style +++ b/dot_config/zsh/zshrc.style @@ -1,5 +1,10 @@ # -*- mode: sh -*- # vim: ft=zsh + +# default -> remove the / +[[ $WORDCHARS = '*?_-.[]~=/&;!#$%^(){}<>' ]] && + WORDCHARS='*?_-.[]~=&;!#$%^(){}<>' + ### ZStyle ## completion # TODO: a lot of this is stolen from grml; probably figure out more details -- cgit v1.2.3