mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
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:
@ -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
|
||||
#
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/elvish
|
||||
{
|
||||
fn restore-xdg-dirs {
|
||||
use str
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user