diff options
| author | 2026-07-16 18:24:30 -0700 | |
|---|---|---|
| committer | 2026-07-16 18:24:30 -0700 | |
| commit | d84b1f52a400d95e8c56707901280bf730032152 (patch) | |
| tree | 4717859ae86acacc6aa2456148126bc1c77c72b7 | |
| parent | dd1597670108539f9a443d8b85b43ff4efb84d4e (diff) | |
| download | new-dotfiles-d84b1f52a400d95e8c56707901280bf730032152.tar.gz new-dotfiles-d84b1f52a400d95e8c56707901280bf730032152.zip | |
zsh: Update explanation
| -rw-r--r-- | zsh/zshrc.org | 2 |
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/\/} |
