completions: drop shebang from non-executable files

These completion files do not get marked as executable, so they don't
need a shebang.
This commit is contained in:
David Adam 2020-02-18 21:33:20 +08:00
parent 535845861a
commit 45fb2024f8
2 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
#!/usr/bin/env fish
# -*- mode:fish; tab-width:4 -*-
#
# fish-completion for fish-bd

View File

@ -1,5 +1,3 @@
#!/usr/bin/fish
#
# Completion for doas https://github.com/multiplexd/doas
# based on the sudo completions
#