diff options
-rw-r--r-- | user/settings/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix index f42218ee..6542636a 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -127,6 +127,7 @@ in nsh = "nix shell"; nb = "nix build"; + nl = "nix log"; # shadows `coreutils.nl`, but I've never used that yet nr = "nix run"; nf = "nix flake"; nfa = "nix flake archive"; |