dotar/zsh/rm.zsh

3 lines
86 B
Bash

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