mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-10 17:51:58 -07: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:
committed by
Junegunn Choi
parent
d207672bd5
commit
7add75126d
@@ -1,4 +1,3 @@
|
|||||||
#!/bin/bash
|
|
||||||
# ____ ____
|
# ____ ____
|
||||||
# / __/___ / __/
|
# / __/___ / __/
|
||||||
# / /_/_ / / /_
|
# / /_/_ / / /_
|
||||||
|
@@ -1,4 +1,3 @@
|
|||||||
#!/bin/zsh
|
|
||||||
# ____ ____
|
# ____ ____
|
||||||
# / __/___ / __/
|
# / __/___ / __/
|
||||||
# / /_/_ / / /_
|
# / /_/_ / / /_
|
||||||
|
Reference in New Issue
Block a user