summaryrefslogtreecommitdiff
path: root/src/shell-integration
diff options
context:
space:
mode:
authorJason Rayne <yo@arcayne.dev>2025-06-18 14:59:57 -0700
committerJason Rayne <yo@arcayne.dev>2025-06-25 15:46:18 -0700
commitddd3da487e46e467cb09829b0f41139e3651a29b (patch)
treea80183ab9a130832e3b82d3bcc5c7b1874021745 /src/shell-integration
parent30683979bcb836777ea0166baa75e166b647f850 (diff)
fix: update cache file location
Diffstat (limited to 'src/shell-integration')
-rw-r--r--src/shell-integration/bash/ghostty.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell-integration/bash/ghostty.bash b/src/shell-integration/bash/ghostty.bash
index 550e8a6c3..46734525d 100644
--- a/src/shell-integration/bash/ghostty.bash
+++ b/src/shell-integration/bash/ghostty.bash
@@ -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