From f85db5253cb88c7c063066165a014163b74055fe Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 19 Jan 2024 17:14:15 +0300 Subject: [PATCH] Don't alias ssh to mosh --- modules/ssh.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/ssh.nix b/modules/ssh.nix index f05fead..e5e3e26 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -5,8 +5,6 @@ ])) (desktopHomeConfiguration { - programs.nushell.shellAliases.ssh = "mosh"; - programs.ssh = enabled { matchBlocks."*".setEnv.TERM = "xterm-256color";