From 2c10c8bfa965126065974947fc29c69ba8f6d8fb Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 7 Jan 2025 11:33:57 -0800 Subject: [PATCH] update Ghostty --- home-manager/common/software/gui/ghostty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/common/software/gui/ghostty.nix b/home-manager/common/software/gui/ghostty.nix index 99df558e..39dc94b9 100644 --- a/home-manager/common/software/gui/ghostty.nix +++ b/home-manager/common/software/gui/ghostty.nix @@ -5,7 +5,7 @@ # Otherwise it sets the term to "xterm-ghostty" and it fails to connect to ssh programs.bash.sessionVariables = { TERM = "xterm-256color"; }; - programs.fish.shellInit = ''set TERM "xterm-256color ''; + programs.fish.shellInit = ''set TERM "xterm-256color" ''; # TODO Re-enable this when 25.05 is out or when this is compabile with 24.11 # programs.ghostty = {