]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Be silent about mass removing
authorSergey Matveev <stargrave@stargrave.org>
Thu, 26 Dec 2019 08:43:33 +0000 (11:43 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 26 Dec 2019 08:43:33 +0000 (11:43 +0300)
zsh/.zshrc

index b4d8203bd0427e2691561ff4625beecaa68a77bc..a2a95d18e61f4b9c7b18fd29a9a3e4c84776d613 100644 (file)
@@ -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 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 {{{
 # }}}
 
 # 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
 autoload -U compinit ; compinit -d /tmp/.zcompdump
 zstyle ":completion:*:default" list-colors ""
 autoload -U complist
-export LISTMAX=9999
 # }}}
 
 # Highlighting {{{
 # }}}
 
 # Highlighting {{{