1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-27 10:07:44 +00:00

Set term to xterm-256color in SSH

This commit is contained in:
RGBCube 2024-01-02 16:10:07 +03:00
parent 5c58ce6754
commit fc4496ce2e
No known key found for this signature in database

View file

@ -2,7 +2,7 @@
desktopHomeConfiguration {
programs.ssh = enabled {
matchBlocks."*".setEnv.TERM = "xterm-kitty";
matchBlocks."*".setEnv.TERM = "xterm-256color";
matchBlocks.cube = {
hostname = "5.255.78.70";