From a34d5b217d8f911e829b92ec16c615668ae8f79f Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Fri, 8 Mar 2013 00:03:59 +0300 Subject: [PATCH] Thanks zsh but I have rm aliased to 'rm -i' --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index e11b540..bf16aad 100644 --- a/.zshrc +++ b/.zshrc @@ -15,6 +15,7 @@ export SAVEHIST=$HISTSIZE setopt hist_ignore_all_dups unsetopt extendedglob setopt autocd +setopt rmstarsilent bindkey -e bindkey "\e[1~" beginning-of-line # Home bindkey "\e[4~" end-of-line # End