summary refs log tree commit diff stats
path: root/user/settings
diff options
context:
space:
mode:
authorAlan Pearce2024-11-30 11:03:06 +0100
committerAlan Pearce2024-11-30 11:03:06 +0100
commit7ac3436ed9484a526a17cc1cdb570c5872356aad (patch)
tree3b669d568b763cfc4249fbadc7f891433857c356 /user/settings
parent885e0bf1f158e236706c1b83071080b21c3dc92a (diff)
downloadnixfiles-7ac3436ed9484a526a17cc1cdb570c5872356aad.tar.lz
nixfiles-7ac3436ed9484a526a17cc1cdb570c5872356aad.tar.zst
nixfiles-7ac3436ed9484a526a17cc1cdb570c5872356aad.zip
shell: use shorter alias for nix develop
Diffstat (limited to 'user/settings')
-rw-r--r--user/settings/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix
index 18cab4ab..84d2eefc 100644
--- a/user/settings/shell.nix
+++ b/user/settings/shell.nix
@@ -127,6 +127,7 @@ in
 
       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 @@ in
       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";