From 70006908feda611d9fe87f847e023776e7ff011e Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Thu, 18 May 2023 13:20:30 +0200 Subject: [PATCH] mvi --- bash/alias/mv.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bash/alias/mv.sh diff --git a/bash/alias/mv.sh b/bash/alias/mv.sh new file mode 100644 index 0000000..dff7f63 --- /dev/null +++ b/bash/alias/mv.sh @@ -0,0 +1,5 @@ +# move interactively +alias mvi="\ +mv \ +--interactive \ +"