all repos — nixfiles @ 08ee9df16ac36870cab7479b9c38e717f0ad3750

System and user configuration, managed by nix and home-manager

mosh: remove title prefix
Alan Pearce alan@alanpearce.eu
Sun, 26 May 2024 11:34:05 +0200
commit

08ee9df16ac36870cab7479b9c38e717f0ad3750

parent

bd2b0b8ab04a25e1ea3b611af2139d99e23eb532

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M user/settings/development/base.nixuser/settings/development/base.nix
@@ -43,6 +43,7 @@ ]); 
   home.sessionVariables = {
     FLY_NO_UPDATE_CHECK = "1";
+    MOSH_TITLE_NOPREFIX = "1";
     LIMA_INSTANCE = "nixos";
   };