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 = ''