all repos — nixfiles @ 7ac3436ed9484a526a17cc1cdb570c5872356aad

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

shell: use shorter alias for nix develop

Alan Pearce
commit

7ac3436ed9484a526a17cc1cdb570c5872356aad

parent

885e0bf1f158e236706c1b83071080b21c3dc92a

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M user/settings/shell.nixuser/settings/shell.nix
@@ -127,6 +127,7 @@ lwo = "lorri watch --once";
nsh = "nix shell"; nb = "nix build"; + nd = "nix develop"; nl = "nix log"; # shadows `coreutils.nl`, but I've never used that yet nr = "nix run"; nf = "nix flake";
@@ -136,7 +137,6 @@ nfp = "nix flake prefetch";
nfu = "nix flake update"; nfl = "nix flake lock"; nfsh = "nix shell"; - ndev = "nix develop"; nlg = "nix-env --list-generations"; snlg = "sudo nix-env --list-generations --profile /nix/var/nix/profiles/system"; ngc = "nix-collect-garbage --delete-older-than 30d";