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.
pull/1086/head
Avindra Goolcharan 6 years ago committed by Junegunn Choi
parent d207672bd5
commit 7add75126d

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

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

Loading…
Cancel
Save