make rm alias OS X friendly
This commit is contained in:
parent
b2e344b78a
commit
b98dbf1e3d
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
alias grep='grep --color'
|
alias grep='grep --color'
|
||||||
alias l='ls -lhatr'
|
alias l='ls -lhatr'
|
||||||
alias ls='ls --color=auto'
|
#alias ls='ls --color=auto'
|
||||||
alias rm='rm -I'
|
alias rm='rm -i'
|
||||||
|
|
||||||
# Git stuff
|
# Git stuff
|
||||||
alias gdp='git diff --color HEAD^ HEAD'
|
alias gdp='git diff --color HEAD^ HEAD'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue