fix file naming

This commit is contained in:
Maksim Totmin 2024-05-20 11:22:14 +07:00
parent cf9257872b
commit c577c7c76e

View File

@ -22,6 +22,9 @@ _note () {
cp|copy|mv|rename|rm) cp|copy|mv|rename|rm)
_note_complete_entries_with_subdirs _note_complete_entries_with_subdirs
;; ;;
rm|delete|remove)
_note_complete_entries_with_subdirs
;;
esac esac
else else
local -a subcommands local -a subcommands
@ -57,4 +60,4 @@ _note_complete_entries () {
_note_complete_entries_helper -type f _note_complete_entries_helper -type f
} }
_note _note