Merge pull request #1998 from edmundmiller/zsh-shebang

zsh: Generalize shebang
This commit is contained in:
Mitchell Hashimoto
2024-07-25 07:04:59 -07:00
committed by GitHub

View File

@ -1,4 +1,4 @@
#!/bin/zsh #!/usr/bin/env zsh
# #
# Based on (started as) a copy of Kitty's zsh integration. Kitty is # Based on (started as) a copy of Kitty's zsh integration. Kitty is
# distributed under GPLv3, so this file is also distributed under GPLv3. # distributed under GPLv3, so this file is also distributed under GPLv3.