mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 08:16:13 +03:00
fix: update cache file location
This commit is contained in:
@ -98,7 +98,7 @@ fi
|
|||||||
# SSH
|
# SSH
|
||||||
if [[ -n "$GHOSTTY_SSH_INTEGRATION" ]]; then
|
if [[ -n "$GHOSTTY_SSH_INTEGRATION" ]]; then
|
||||||
# Cache configuration
|
# 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"
|
_ghostty_cache_file="$_ghostty_cache_dir/terminfo_hosts"
|
||||||
|
|
||||||
# Create cache directory with proper permissions
|
# Create cache directory with proper permissions
|
||||||
|
Reference in New Issue
Block a user