mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
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:
parent
535845861a
commit
45fb2024f8
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env fish
|
||||
# -*- mode:fish; tab-width:4 -*-
|
||||
#
|
||||
# fish-completion for fish-bd
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/fish
|
||||
#
|
||||
# Completion for doas https://github.com/multiplexd/doas
|
||||
# based on the sudo completions
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue
Block a user