From 1643493fc203c6f75dad156c7cea29ad0ad4e5b9 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 22 Apr 2024 09:26:36 +0200 Subject: shell: add alias for nix log --- user/settings/shell.nix | 1 + 1 file changed, 1 insertion(+) 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"; -- cgit 1.4.1