all repos — nixfiles @ f45aafafa250be7b38a3118feaf3421e463ce0d6

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

dev/base: enable projectdo shortcuts
Alan Pearce alan@alanpearce.eu
Sun, 09 Mar 2025 21:08:28 +0100
commit

f45aafafa250be7b38a3118feaf3421e463ce0d6

parent

c535b67f600f7ba6bd90a9df61650ea77732612e

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

jump to
M user/settings/development/base.nixuser/settings/development/base.nix
@@ -27,6 +27,7 @@ dasel       miller
       watchexec
       entr
+      personal.projectdo
 
       litecli
 
@@ -74,6 +75,12 @@ };     };
   };
 
+  programs.fish.shellAbbrs = {
+    b = { function = "projectdo_build"; };
+    r = { function = "projectdo_run"; };
+    t = { function = "projectdo_test"; };
+    p = { function = "projectdo_tool"; };
+  };
   home.shellAliases = {
     j = "just";
     er = "direnv reload";