From f27ecacadb9ff29d9b8b552a9e4d0fa66e6b54a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Fri, 1 Jan 2021 10:40:35 +0100 Subject: [PATCH] Add comment, remove commented lines --- .zshrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.zshrc b/.zshrc index 6d07cf7..badf71c 100644 --- a/.zshrc +++ b/.zshrc @@ -40,11 +40,9 @@ hash -d doc=/usr/share/doc hash -d TODO=~/Data/henksfiles/TODO/ hash -d fortunes=~/Data/henksfiles/workinprogress/Dokumente/fortunes/ -## define word separators (for stuff like backward-word, forward-word, backward-kill-word,..) +## define word characters (for stuff like backward-word, forward-word, backward-kill-word,..) +## these are NOT separators but chars considered part of a word #WORDCHARS='*?_-.[]~=/&;!#$%^(){}<>' # the default -#WORDCHARS=. -#WORDCHARS='*?_[]~=&;!#$%^(){}' -#WORDCHARS='${WORDCHARS:s@/@}' setopt AUTO_CD setopt CHASE_LINKS -- 2.39.2