From d4d8cbd1537292ea1a0f207757503de54fe1cb3b Mon Sep 17 00:00:00 2001 From: AnthonyZhOon <126740410+AnthonyZhOon@users.noreply.github.com> Date: Fri, 15 Nov 2024 19:23:20 +1100 Subject: [PATCH] Remove shebang from non-executable script --- src/shell-integration/zsh/ghostty-integration | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/shell-integration/zsh/ghostty-integration b/src/shell-integration/zsh/ghostty-integration index 662d5febb..b65766e6a 100644 --- a/src/shell-integration/zsh/ghostty-integration +++ b/src/shell-integration/zsh/ghostty-integration @@ -1,5 +1,3 @@ -#!/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. # The license header is reproduced below: