2
0
mirror of https://github.com/junegunn/fzf synced 2024-11-01 03:20:42 +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:
Avindra Goolcharan 2018-04-12 04:21:56 -04:00 committed by Junegunn Choi
parent d207672bd5
commit 7add75126d
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
#!/bin/bash
# ____ ____ # ____ ____
# / __/___ / __/ # / __/___ / __/
# / /_/_ / / /_ # / /_/_ / / /_

View File

@ -1,4 +1,3 @@
#!/bin/zsh
# ____ ____ # ____ ____
# / __/___ / __/ # / __/___ / __/
# / /_/_ / / /_ # / /_/_ / / /_