mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
fixup! Do actually use the correct command
Sorry!
This commit is contained in:
parent
0ae37ac83a
commit
1041e59c5b
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue