Revert "Update shebangs in installed shellscripts to meet rpmlint and match provided paths at [pkgs.org](https://fedora.pkgs.org/41/fedora-x86_64/elvish-0.21.0-4.fc41.x86_64.rpm.html)"

This reverts commit c936276781107904e9af810e52f3661e91adc629.
This commit is contained in:
Anthony
2024-11-15 02:13:54 +11:00
parent c936276781
commit 387ce53a97
4 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,3 @@
#!/usr/bin/bash
# bash-preexec.sh -- Bash support for ZSH-like 'preexec' and 'precmd' functions.
# https://github.com/rcaloras/bash-preexec
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/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

View File

@ -1,4 +1,3 @@
#!/usr/bin/elvish
{
fn restore-xdg-dirs {
use str

View File

@ -1,4 +1,4 @@
#!/usr/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.