mvi
This commit is contained in:
parent
d7bee96329
commit
70006908fe
1 changed files with 5 additions and 0 deletions
5
bash/alias/mv.sh
Normal file
5
bash/alias/mv.sh
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# move interactively
|
||||||
|
alias mvi="\
|
||||||
|
mv \
|
||||||
|
--interactive \
|
||||||
|
"
|
Loading…
Reference in a new issue