From 059d9786bd568665f77676c9964cd4a36dc0e48d Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Wed, 1 Oct 2014 11:27:35 +0200 Subject: [PATCH] zsh options --- .zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index d1b2f08..6f75d02 100644 --- a/.zshrc +++ b/.zshrc @@ -5,8 +5,7 @@ CLICOLOR=1 EDITOR='emacs' PAGER='less' -setopt appendhistory -unsetopt beep +setopt nobeep appendhistory histignoredups histignorespace autocd extendedglob nomatch notify correct_all bindkey -e bindkey "^[[3~" delete-char bindkey "^[3;5~" delete-char