rmi
This commit is contained in:
parent
db65dea9dd
commit
11fc443c8f
1 changed files with 6 additions and 0 deletions
6
shell/alias/rm.sh
Normal file
6
shell/alias/rm.sh
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# remove interactively
|
||||||
|
rmi() {
|
||||||
|
rm \
|
||||||
|
--interactive \
|
||||||
|
"${@}"
|
||||||
|
}
|
Loading…
Reference in a new issue