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
|
||||
alias mkdir='mkdir -vp'
|
||||
|
||||
# Show your work
|
||||
alias rm='rm -v'
|
||||
|
||||
# Colorize all `ls` output:
|
||||
alias ls='ls -AF --color=auto'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user