summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-04-22 09:26:36 +0200
committerAlan Pearce2024-04-22 09:26:36 +0200
commit1643493fc203c6f75dad156c7cea29ad0ad4e5b9 (patch)
tree47da7d92ac5fb9a1cd23182b19889692585efce2
parente8cb38ffb5845a15e1a353115e820a0b3c291534 (diff)
downloadnixfiles-1643493fc203c6f75dad156c7cea29ad0ad4e5b9.tar.lz
nixfiles-1643493fc203c6f75dad156c7cea29ad0ad4e5b9.tar.zst
nixfiles-1643493fc203c6f75dad156c7cea29ad0ad4e5b9.zip
shell: add alias for nix log
-rw-r--r--user/settings/shell.nix1
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";