refactor(completion): Adjust function style to default

This commit is contained in:
hygienic-books 2023-03-27 22:23:13 +02:00
parent bc81659639
commit fe9f75d0cd

4
hs
View File

@ -1,5 +1,4 @@
_hs()
{
function _hs () {
local cur prev
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"
@ -37,4 +36,5 @@ _hs()
return 0
fi
}
complete -F _hs hs