feat(zsh): WORDCHARS

This commit is contained in:
Michel 2023-04-26 10:04:45 +02:00
parent f2a589b87e
commit b1bd1a1460
1 changed files with 2 additions and 2 deletions

4
.zshrc
View File

@ -7,8 +7,8 @@
# Customize spelling correction prompt.
SPROMPT='zsh: correct %F{red}%R%f to %F{green}%r%f [nyae]? '
# Remove path separator from WORDCHARS.
WORDCHARS=${WORDCHARS//[\/]}
# Characters considered part of a word by the line editor
WORDCHARS="*?_-.~$"
###