This commit is contained in:
Marc Beninca 2024-11-18 15:30:45 +01:00
parent 63deee7326
commit 0f312f6c85
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

6
sh/alias/rm.sh Normal file
View file

@ -0,0 +1,6 @@
# remove interactively
rmi() {
rm \
--interactive \
"${@}"
}