From a86c50da1c71ff628b4a27073191d711663b15f2 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Thu, 1 Oct 2020 22:07:46 +0200 Subject: [PATCH] Improve zsh options --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 8fa4446..37ff869 100644 --- a/.zshrc +++ b/.zshrc @@ -1,4 +1,4 @@ -setopt nobeep appendhistory histignoredups histignorespace extendedglob nomatch notify +setopt no_beep inc_append_history hist_ignore_dups hist_ignore_space extended_glob no_match notify bindkey -e bindkey "^[[3~" delete-char bindkey "^[3;5~" delete-char