mirror of
https://github.com/junegunn/fzf
synced 2024-10-30 09:20:14 +00:00
ZSH and Bash completion: remove shebang (#1248)
Shebangs are only for files that are directly executable. In cases where files are only sourced (such as completion scripts), these are unneeded.
This commit is contained in:
parent
d207672bd5
commit
7add75126d
@ -1,4 +1,3 @@
|
||||
#!/bin/bash
|
||||
# ____ ____
|
||||
# / __/___ / __/
|
||||
# / /_/_ / / /_
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/bin/zsh
|
||||
# ____ ____
|
||||
# / __/___ / __/
|
||||
# / /_/_ / / /_
|
||||
|
Loading…
Reference in New Issue
Block a user