From da2270ecdc801559bcd7c50babb3ef9fe4fb450d Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Mon, 1 Dec 2025 01:18:17 +0300 Subject: [PATCH] zsh: add more aliases --- modules/user/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/user/zsh.nix b/modules/user/zsh.nix index 73ba166..3875889 100644 --- a/modules/user/zsh.nix +++ b/modules/user/zsh.nix @@ -55,11 +55,13 @@ flakeDir = "~/nix"; in { rb = "nh os switch ${flakeDir}"; + trb = "nh os test ${flakeDir}"; upd = "nix flake update --flake ${flakeDir}"; cat = "${pkgs.lib.getExe pkgs.bat}"; cd = "z"; lg = "lazygit"; + s = "nix-shell . --run zsh"; }; initContent = ''