]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/commitdiff
Add comment, remove commented lines
authorHendrik Jäger <gitcommit@henk.geekmail.org>
Fri, 1 Jan 2021 09:40:35 +0000 (10:40 +0100)
committerHendrik Jäger <gitcommit@henk.geekmail.org>
Fri, 1 Jan 2021 09:41:05 +0000 (10:41 +0100)
.zshrc

diff --git a/.zshrc b/.zshrc
index 6d07cf7e484ef68b55c22b6baa861539ad9e6faa..badf71caed789434f098590be2afd4245d4863ce 100644 (file)
--- 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