projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceb64c2
)
Be silent about mass removing
author
Sergey Matveev <stargrave@stargrave.org>
Thu, 26 Dec 2019 08:43:33 +0000 (11:43 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Thu, 26 Dec 2019 08:43:33 +0000 (11:43 +0300)
zsh/.zshrc
patch
|
blob
|
history
diff --git
a/zsh/.zshrc
b/zsh/.zshrc
index b4d8203bd0427e2691561ff4625beecaa68a77bc..a2a95d18e61f4b9c7b18fd29a9a3e4c84776d613 100644
(file)
--- 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 {{{