hurricane: 174 current 2025-07-08 14:38:00 25.05.20250705.29e2900 6.15.4 *

fix ssh in ghostty
This commit is contained in:
2025-07-08 14:38:09 +02:00
parent daac9c8cf0
commit 81da2cc64c

View File

@@ -5,6 +5,12 @@
serverAliveCountMax = 2; serverAliveCountMax = 2;
matchBlocks = { matchBlocks = {
"*" = {
sendEnv = ["TERM"];
setEnv = {
TERM = "xterm-256color"; # Fix ghostty issue
};
};
"d10.csb.brainmill.com" = { "d10.csb.brainmill.com" = {
forwardAgent = true; forwardAgent = true;
}; };