mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 06:41:14 -03: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:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user