From 3ceef8a5714f597244dae8c53d4e333a394965be Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 16 Jul 2026 18:24:30 -0700 Subject: zsh: Update explanation --- zsh/zshrc.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh') 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/\/} -- cgit v1.3-2-g0d8e