Remove shebangs from non-executable configuration source scripts

This commit is contained in:
Anthony
2024-11-15 02:15:09 +11:00
parent 387ce53a97
commit 7faa73e5fd
2 changed files with 0 additions and 4 deletions

View File

@ -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.

View File

@ -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!