This commit is contained in:
Marc Beninca 2024-11-18 15:35:54 +01:00
parent 743b82cb2d
commit 08179f386e
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

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

@ -0,0 +1,6 @@
# move interactively
mvi() {
mv \
--interactive \
"${@}"
}