From: Sergey Matveev Date: Thu, 26 Dec 2019 08:43:33 +0000 (+0300) Subject: Be silent about mass removing X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=2fc4ee6fa72badb10e73c949f697f0e41a859d27 Be silent about mass removing --- 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 {{{