all repos — nixfiles @ 2ee84da52728fc05686cfcc43b75db6c54820708

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

shell: add some aliases for `just`
Alan Pearce alan@alanpearce.eu
Tue, 04 Mar 2025 22:04:20 +0100
commit

2ee84da52728fc05686cfcc43b75db6c54820708

parent

f517c4bb0866447380a6f495f63c523607f1fb6f

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

jump to
M user/settings/shell.nixuser/settings/shell.nix
@@ -123,6 +123,11 @@ hop = "home-manager packages";       hol = "home-manager generations";
       hogc = "home-manager expire-generations '-30 days'";
 
+      j = "just";
+      jb = "just build";
+      jt = "just test";
+      jr = "just run";
+
       lw = "lorri watch";
       lwo = "lorri watch --once";