feat(zsh): WORDCHARS
This commit is contained in:
parent
f2a589b87e
commit
b1bd1a1460
4
.zshrc
4
.zshrc
@ -7,8 +7,8 @@
|
|||||||
# Customize spelling correction prompt.
|
# Customize spelling correction prompt.
|
||||||
SPROMPT='zsh: correct %F{red}%R%f to %F{green}%r%f [nyae]? '
|
SPROMPT='zsh: correct %F{red}%R%f to %F{green}%r%f [nyae]? '
|
||||||
|
|
||||||
# Remove path separator from WORDCHARS.
|
# Characters considered part of a word by the line editor
|
||||||
WORDCHARS=${WORDCHARS//[\/]}
|
WORDCHARS="*?_-.~$"
|
||||||
|
|
||||||
|
|
||||||
###
|
###
|
||||||
|
Loading…
x
Reference in New Issue
Block a user