all repos — nixfiles @ 1643493fc203c6f75dad156c7cea29ad0ad4e5b9

System and user configuration, managed by nix and home-manager

shell: add alias for nix log
Alan Pearce alan@alanpearce.eu
Mon, 22 Apr 2024 09:26:36 +0200
commit

1643493fc203c6f75dad156c7cea29ad0ad4e5b9

parent

e8cb38ffb5845a15e1a353115e820a0b3c291534

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M user/settings/shell.nixuser/settings/shell.nix
@@ -127,6 +127,7 @@ hox = "home-manager expire-generations '-30 days'"; 
       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";