alias: add `rm -v` as a default option
This commit is contained in:
parent
2fef677038
commit
2d99aa1f93
|
@ -9,6 +9,9 @@ alias cp='cp -riv'
|
||||||
# Create parents if necessary, and show your work
|
# Create parents if necessary, and show your work
|
||||||
alias mkdir='mkdir -vp'
|
alias mkdir='mkdir -vp'
|
||||||
|
|
||||||
|
# Show your work
|
||||||
|
alias rm='rm -v'
|
||||||
|
|
||||||
# Colorize all `ls` output:
|
# Colorize all `ls` output:
|
||||||
alias ls='ls -AF --color=auto'
|
alias ls='ls -AF --color=auto'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue