zsh: Generalize shebang

Fails on NixOS
/nix/store/lkqjw3yazk7d3il8a0rp11pvjxdyq281-ghostty-0.1.0/share/ghostty/shell-integration/zsh/ghostty-integration: bad interpreter: /bin/zsh: no such file or directory
This commit is contained in:
Edmund Miller
2024-07-25 08:56:06 -05:00
parent 5620d3bf96
commit 3829cc5def

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
# distributed under GPLv3, so this file is also distributed under GPLv3.