Remove shebangs from completions (#980)

Shebangs are only used for scripts that are intended to be executed, but
completions are meant to be sourced by the shell, and so shebangs are
not required.

I've also renamed the completions so that editors can continue to detect
the correct file format.
This commit is contained in:
Maytham
2024-05-30 21:37:05 +08:00
committed by GitHub
parent 231c277555
commit ba15324849
3 changed files with 2 additions and 6 deletions
@@ -1,5 +1,3 @@
#!/usr/bin/env bash
__fastfetch_complete_help()
{
local __ff_helps=(
@@ -1,5 +1,3 @@
#!/usr/bin/env fish
if not type -q fastfetch
exit
end