xterm name

This commit is contained in:
Danilo Reyes 2025-11-01 16:54:08 -06:00
parent 31cd975555
commit 4abb664cfe

View File

@ -45,6 +45,7 @@ in
enableZshIntegration = shellType == "zsh";
installBatSyntax = true;
installVimSyntax = true;
settings.term = "xterm-256color";
};
};
};