mvi
This commit is contained in:
parent
08179f386e
commit
97e985f266
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
# move interactively
|
# move interactively
|
||||||
mvi() {
|
mvi() { sh_a__mo_ve_interactive "${@}"; }
|
||||||
|
sh_a__mo_ve_interactive() {
|
||||||
mv \
|
mv \
|
||||||
--interactive \
|
--interactive \
|
||||||
"${@}"
|
"${@}"
|
||||||
|
|
Loading…
Reference in a new issue