cpi,µ,mvi
This commit is contained in:
parent
a5a9beff26
commit
3c737f1928
3 changed files with 14 additions and 11 deletions
|
@ -1,5 +1,6 @@
|
|||
# copy interactively
|
||||
alias cpi="\
|
||||
cpi() {
|
||||
cp \
|
||||
--interactive \
|
||||
"
|
||||
"${@}"
|
||||
}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
alias µ="\
|
||||
µ() {
|
||||
micro \
|
||||
"
|
||||
"${@}"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# move interactively
|
||||
alias mvi="\
|
||||
mvi() {
|
||||
mv \
|
||||
--interactive \
|
||||
"
|
||||
"${@}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue