make rm alias OS X friendly

This commit is contained in:
Oliver Ladner 2017-04-20 23:27:48 +02:00
commit b98dbf1e3d

View file

@ -1,7 +1,7 @@
alias grep='grep --color'
alias l='ls -lhatr'
alias ls='ls --color=auto'
alias rm='rm -I'
#alias ls='ls --color=auto'
alias rm='rm -i'
# Git stuff
alias gdp='git diff --color HEAD^ HEAD'