From 30c5dfdea1b32640599fd3f32cd626f27632e4e0 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Fri, 23 Feb 2024 23:32:26 -0600 Subject: [PATCH] feat(zsh): do not get confirmation for `rm *` --- dots/.config/zsh/config/profile/profile/options.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dots/.config/zsh/config/profile/profile/options.zsh b/dots/.config/zsh/config/profile/profile/options.zsh index 3b645d68..89466a28 100644 --- a/dots/.config/zsh/config/profile/profile/options.zsh +++ b/dots/.config/zsh/config/profile/profile/options.zsh @@ -18,4 +18,6 @@ setopt AUTO_PUSHD setopt HASH_CMDS setopt COMBININGCHARS +setopt RM_STAR_SILENT + unsetopt BEEP