diff --git a/share/completions/alias.fish b/share/completions/alias.fish index 1c0eb3da1..2d033dce4 100644 --- a/share/completions/alias.fish +++ b/share/completions/alias.fish @@ -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'