aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-07-16 18:24:30 -0700
committerGravatar Tom Willemse2026-08-26 23:04:25 -0700
commit3ceef8a5714f597244dae8c53d4e333a394965be (patch)
tree1768103be942395ae28820663b4f17a46f88a318 /zsh
parent242956b3adfe065a4202a0474b1029d070f15071 (diff)
downloadnew-dotfiles-3ceef8a5714f597244dae8c53d4e333a394965be.tar.gz
new-dotfiles-3ceef8a5714f597244dae8c53d4e333a394965be.zip
zsh: Update explanation
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zshrc.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zshrc.org b/zsh/zshrc.org
index e57431a..b944f82 100644
--- a/zsh/zshrc.org
+++ b/zsh/zshrc.org
@@ -8,7 +8,7 @@ Autoload any ZSH function from =$HOME/.zsh/functions=.
autoload -U $HOME/.zsh/functions/*(:t)
#+END_SRC
-Remove =/= from ZSH's characters considered to be part of a word. This means that something like =M-DEL= will stop at =/= characters.
+Remove ~/~, ~-~ , and ~)~ from ZSH's characters considered to be part of a word. This means that something like =M-DEL= will stop at =/= characters.
#+begin_src sh
WORDCHARS=${WORDCHARS/\/}