diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/shell.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix index 607c42fe..e080ccaf 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -122,7 +122,8 @@ in hol = "home-manager generations"; hox = "home-manager expire-generations '-30 days'"; - nish = "nix-shell"; + nsh = "nix shell"; + nb = "nix build"; nf = "nix flake"; nfa = "nix flake archive"; nfc = "nix flake check"; |