mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Changed shebang in launcher script
This commit is contained in:

committed by
Mitchell Hashimoto

parent
eae420a241
commit
53f1b4bc15
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/sh
|
||||||
|
|
||||||
export XDG_CONFIG_HOME="$SNAP_REAL_HOME/.config"
|
export XDG_CONFIG_HOME="$SNAP_REAL_HOME/.config"
|
||||||
export XDG_DATA_HOME="$SNAP_REAL_HOME/.local/share"
|
export XDG_DATA_HOME="$SNAP_REAL_HOME/.local/share"
|
||||||
|
Reference in New Issue
Block a user