This commit is contained in:
Marc Beninca 2023-05-18 13:20:30 +02:00
parent d7bee96329
commit 70006908fe

5
bash/alias/mv.sh Normal file
View file

@ -0,0 +1,5 @@
# move interactively
alias mvi="\
mv \
--interactive \
"