From 2fc4ee6fa72badb10e73c949f697f0e41a859d27 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 26 Dec 2019 11:43:33 +0300 Subject: [PATCH] Be silent about mass removing --- zsh/.zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index b4d8203..a2a95d1 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -7,6 +7,9 @@ setopt INTERACTIVE_COMMENTS setopt GLOB_STAR_SHORT GLOB_DOTS EXTENDED_GLOB setopt NO_NOMATCH setopt AUTO_PUSHD PUSHD_IGNORE_DUPS + +setopt RM_STAR_SILENT +export LISTMAX=9999 # }}} # Vi mode {{{ @@ -159,7 +162,6 @@ zstyle ":completion:*" completer _mycomp _parameters autoload -U compinit ; compinit -d /tmp/.zcompdump zstyle ":completion:*:default" list-colors "" autoload -U complist -export LISTMAX=9999 # }}} # Highlighting {{{ -- 2.44.0