rm
This commit is contained in:
parent
0f312f6c85
commit
dcc82f1cf7
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
# remove interactively
|
||||
rmi() {
|
||||
rmi() { sh_a__re_move_interactive "${@}"; }
|
||||
sh_a__re_move_interactive() {
|
||||
rm \
|
||||
--interactive \
|
||||
"${@}"
|
||||
|
|
Loading…
Reference in a new issue