1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 20:17:45 +00:00

Don't alias ssh to mosh

This commit is contained in:
RGBCube 2024-01-19 17:14:15 +03:00
parent 105355ba91
commit f85db5253c
No known key found for this signature in database

View file

@ -5,8 +5,6 @@
])) ]))
(desktopHomeConfiguration { (desktopHomeConfiguration {
programs.nushell.shellAliases.ssh = "mosh";
programs.ssh = enabled { programs.ssh = enabled {
matchBlocks."*".setEnv.TERM = "xterm-256color"; matchBlocks."*".setEnv.TERM = "xterm-256color";