1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +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 {
programs.nushell.shellAliases.ssh = "mosh";
programs.ssh = enabled {
matchBlocks."*".setEnv.TERM = "xterm-256color";