diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2021-01-01 10:40:35 +0100 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2021-01-01 10:41:05 +0100 |
commit | f27ecacadb9ff29d9b8b552a9e4d0fa66e6b54a1 (patch) | |
tree | dd244f3f6c84bed3c6e34a3ced67bcb439f0e785 /.zshrc | |
parent | ef0e30147fa8ec75183a78d17cf85bfb4e23b70a (diff) |
Add comment, remove commented lines
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 |