mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 18:17:44 +00:00
Set term to xterm-256color in SSH
This commit is contained in:
parent
5c58ce6754
commit
fc4496ce2e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
desktopHomeConfiguration {
|
desktopHomeConfiguration {
|
||||||
programs.ssh = enabled {
|
programs.ssh = enabled {
|
||||||
matchBlocks."*".setEnv.TERM = "xterm-kitty";
|
matchBlocks."*".setEnv.TERM = "xterm-256color";
|
||||||
|
|
||||||
matchBlocks.cube = {
|
matchBlocks.cube = {
|
||||||
hostname = "5.255.78.70";
|
hostname = "5.255.78.70";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue