From 7faa73e5fdabb011c37b2a1250a6afc964c7bd6e Mon Sep 17 00:00:00 2001 From: Anthony Date: Fri, 15 Nov 2024 02:15:09 +1100 Subject: [PATCH] Remove shebangs from non-executable configuration source scripts --- src/shell-integration/bash/ghostty.bash | 2 -- .../fish/vendor_conf.d/ghostty-shell-integration.fish | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/shell-integration/bash/ghostty.bash b/src/shell-integration/bash/ghostty.bash index 6a5da35cc..b00ec7609 100644 --- a/src/shell-integration/bash/ghostty.bash +++ b/src/shell-integration/bash/ghostty.bash @@ -1,5 +1,3 @@ -#!/usr/bin/env bash -# # This is originally based on the recommended bash integration from # the semantic prompts proposal as well as some logic from Kitty's # bash integration. diff --git a/src/shell-integration/fish/vendor_conf.d/ghostty-shell-integration.fish b/src/shell-integration/fish/vendor_conf.d/ghostty-shell-integration.fish index 6ccec3933..420a49528 100644 --- a/src/shell-integration/fish/vendor_conf.d/ghostty-shell-integration.fish +++ b/src/shell-integration/fish/vendor_conf.d/ghostty-shell-integration.fish @@ -1,5 +1,3 @@ -#!/bin/fish -# # This shell script aims to be written in a way where it can't really fail # or all failure scenarios are handled, so that we never leave the shell in # a weird state. If you find a way to break this, please report a bug!