dotar/zsh/rm.zsh

3 lines
86 B
Bash
Raw Normal View History

# Override rm -i alias which makes rm prompt for every action
alias rm='nocorrect rm'