fastfetch-cli / fastfetch

An actively maintained, feature-rich and performance oriented, neofetch like system information tool.
MIT License
8.08k stars 349 forks source link

Remove shebangs from completions #980

Closed Maytha8 closed 1 month ago

Maytha8 commented 1 month ago

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.