Thanks zsh but I have rm aliased to 'rm -i'

This commit is contained in:
2013-03-08 00:03:59 +03:00
parent 8f67131e45
commit a34d5b217d

1
.zshrc
View File

@@ -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