From 8aa9bb3db5f5fbe2c32303a54289895f47017e7c Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 5 May 2008 17:52:15 +0100 Subject: [PATCH] allow csh-style ! history expansion --- .zsh/zshrc/90_history | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zsh/zshrc/90_history b/.zsh/zshrc/90_history index b4e49c6..4d02a56 100644 --- a/.zsh/zshrc/90_history +++ b/.zsh/zshrc/90_history @@ -13,8 +13,8 @@ HISTFILE=$DEFAULT_HISTFILE HISTSIZE=10000 SAVEHIST=$HISTSIZE -# 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 -- 2.39.2