diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2026-05-18 22:35:02 +0200 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2026-05-18 22:35:02 +0200 |
| commit | 02559ea54155701b99ba3e4a860fa69c13c7ab6e (patch) | |
| tree | 26f2dc77374560d413d91d16a78ba3423ff9eb0c | |
| parent | 07a9a0ffa0a7468d03db0013fa7e71d1eedd4ad9 (diff) | |
fix SSH issue
| -rw-r--r-- | ghostty/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ghostty/config b/ghostty/config index bd903f0..f7021e6 100644 --- a/ghostty/config +++ b/ghostty/config @@ -6,5 +6,7 @@ window-padding-balance = true window-padding-color = extend # prevents ghostty from showing popup before closing confirm-close-surface = false +# Fixes weird ssh via zsh +shell-integration-features = ssh-terminfo,ssh-env custom-shader = ~/.config/ghostty/shaders/in-game-crt.glsl |
