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.