From 3829cc5def07734fcf127a6eb2499c6f8dc28efa Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Thu, 25 Jul 2024 08:56:06 -0500 Subject: [PATCH] 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 --- src/shell-integration/zsh/ghostty-integration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell-integration/zsh/ghostty-integration b/src/shell-integration/zsh/ghostty-integration index 28159f41c..662d5febb 100755 --- a/src/shell-integration/zsh/ghostty-integration +++ b/src/shell-integration/zsh/ghostty-integration @@ -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.