Skip to content

Commit bf8ee7d

Browse files
authored
unset ARGV0
Fixes issues with zsh users
1 parent d433ac8 commit bf8ee7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ cat <<'EOF' >./AppRun
8888
#!/usr/bin/env sh
8989
9090
HERE="$(dirname "$(readlink -f "$0")")"
91+
unset ARGV0
9192
9293
export TERM=xterm-256color
9394
export GHOSTTY_RESOURCES_DIR="${HERE}/usr/share/ghostty"

0 commit comments

Comments
 (0)