From 6d464336d23ca39d76c6f8d99fe7ad326e62ace8 Mon Sep 17 00:00:00 2001 From: oqyude Date: Wed, 24 Sep 2025 14:39:17 +0300 Subject: [PATCH] 123 --- nixosModules/essentials/tty.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixosModules/essentials/tty.nix b/nixosModules/essentials/tty.nix index 1ab905e..3a0962c 100755 --- a/nixosModules/essentials/tty.nix +++ b/nixosModules/essentials/tty.nix @@ -29,6 +29,9 @@ l = "ls -l"; lg = "lazygit"; st = "systemctl-tui"; + gp = "git pull"; + ns = "nh os switch"; + gp-ns = "gp && ns"; # ssh s-1 = "ssh sapphira-1";