X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/9a1960b5edade792e0d4d9a8c8e0630e774affc5..c378651d286ca9b647cd31d595251dc417886700:/.zsh/zshrc/90_history

diff --git a/.zsh/zshrc/90_history b/.zsh/zshrc/90_history
index b4e49c6..db74f83 100644
--- a/.zsh/zshrc/90_history
+++ b/.zsh/zshrc/90_history
@@ -12,9 +12,10 @@ DEFAULT_HISTFILE=$ZVAR/history
 HISTFILE=$DEFAULT_HISTFILE
 HISTSIZE=10000
 SAVEHIST=$HISTSIZE
+LISTMAX=1000
 
-# do not treat ! specially like csh did
-setopt no_bang_hist
+# treat ! specially like csh did
+setopt bang_hist
 
 # ignore duplicates in the history
 setopt hist_ignore_dups