diff options
author | Alan Pearce | 2024-04-22 09:26:36 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-22 09:26:36 +0200 |
commit | 1643493fc203c6f75dad156c7cea29ad0ad4e5b9 (patch) | |
tree | 47da7d92ac5fb9a1cd23182b19889692585efce2 /user | |
parent | e8cb38ffb5845a15e1a353115e820a0b3c291534 (diff) | |
download | nixfiles-1643493fc203c6f75dad156c7cea29ad0ad4e5b9.tar.lz nixfiles-1643493fc203c6f75dad156c7cea29ad0ad4e5b9.tar.zst nixfiles-1643493fc203c6f75dad156c7cea29ad0ad4e5b9.zip |
shell: add alias for nix log
Diffstat (limited to 'user')
-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"; |