diff --git a/share/completions/alias.fish b/share/completions/alias.fish new file mode 100644 index 000000000..1c0eb3da1 --- /dev/null +++ b/share/completions/alias.fish @@ -0,0 +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'