feat(zsh): do not get confirmation for rm *

This commit is contained in:
Price Hiller 2024-02-23 23:32:26 -06:00
parent e51927a37e
commit 30c5dfdea1
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -18,4 +18,6 @@ setopt AUTO_PUSHD
setopt HASH_CMDS
setopt COMBININGCHARS
setopt RM_STAR_SILENT
unsetopt BEEP