]> git.pld-linux.org Git - packages/zsh.git/commitdiff
runlevel command is not dangerous, but require confirmation for every auto/th/zsh-5.2-1
authorTomasz Pala <gotar@pld-linux.org>
Sun, 16 Oct 2016 09:15:53 +0000 (11:15 +0200)
committerTomasz Pala <gotar@pld-linux.org>
Sun, 16 Oct 2016 09:15:53 +0000 (11:15 +0200)
csh-like history expansion (no_bang_hist disables it entirely)

zshrc

diff --git a/zshrc b/zshrc
index 96c0d75e9b47f970ee5ce8b0d542622dad853f9d..a709d6d5d9941ed614bab7bf03779a8ff00d2452 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -13,7 +13,6 @@ alias halt=' halt'
 alias init=' init'
 alias poweroff=' poweroff'
 alias reboot=' reboot'
-alias runlevel=' runlevel'
 alias shutdown=' shutdown'
 alias telinit=' telinit'
 
@@ -23,7 +22,7 @@ for i in /etc/shrc.d/**/*.sh(N); do
 done
 unset i
 
-setopt hist_ignore_space hist_ignore_all_dups list_packed transient_rprompt
+setopt hist_ignore_space hist_ignore_all_dups list_packed transient_rprompt hist_verify
 
 bindkey -e >/dev/null 2>&1
 
This page took 0.082322 seconds and 4 git commands to generate.