diff options
| author | 2026-07-16 18:24:30 -0700 | |
|---|---|---|
| committer | 2026-08-26 23:04:25 -0700 | |
| commit | 3ceef8a5714f597244dae8c53d4e333a394965be (patch) | |
| tree | 1768103be942395ae28820663b4f17a46f88a318 /zsh | |
| parent | 242956b3adfe065a4202a0474b1029d070f15071 (diff) | |
| download | new-dotfiles-3ceef8a5714f597244dae8c53d4e333a394965be.tar.gz new-dotfiles-3ceef8a5714f597244dae8c53d4e333a394965be.zip | |
zsh: Update explanation
Diffstat (limited to 'zsh')
| -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/\/} |
