# move interactively mvi() { sa__mo_ve_interactive "${@}"; } sa__mo_ve_interactive() { mv \ --interactive \ "${@}" }