fix: update cache file location

pull/7608/head
Jason Rayne 2025-06-18 14:59:57 -07:00
parent 30683979bc
commit ddd3da487e
No known key found for this signature in database
GPG Key ID: 097A1F6E614573B7
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ fi
# SSH
if [[ -n "$GHOSTTY_SSH_INTEGRATION" ]]; then
# Cache configuration
_ghostty_cache_dir="${XDG_CACHE_HOME:-$HOME/.cache}/ghostty"
_ghostty_cache_dir="${XDG_STATE_HOME:-$HOME/.local/state}/ghostty"
_ghostty_cache_file="$_ghostty_cache_dir/terminfo_hosts"
# Create cache directory with proper permissions