fixup! Do actually use the correct command

Sorry!
This commit is contained in:
Fabian Homborg 2020-09-04 16:59:08 +02:00
parent 0ae37ac83a
commit 1041e59c5b

View File

@ -1,2 +1,2 @@
complete -c funced -s h -l help -d 'Show help and exit'
complete -c funced -s s -l save -d 'Automatically funcsave the alias'
complete -c alias -s h -l help -d 'Show help and exit'
complete -c alias -s s -l save -d 'Automatically funcsave the alias'