mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-22 19:56:08 +03:00
7 lines
123 B
Bash
Executable File
7 lines
123 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export XDG_CONFIG_HOME="$SNAP_REAL_HOME/.config"
|
|
export XDG_DATA_HOME="$SNAP_REAL_HOME/.local/share"
|
|
|
|
exec "$@"
|