summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2025-03-04 22:04:20 +0100
committerAlan Pearce2025-03-04 22:04:20 +0100
commit2ee84da52728fc05686cfcc43b75db6c54820708 (patch)
treeebc4a13b5f98b085faca8afe5453492d11f1ea91
parentf517c4bb0866447380a6f495f63c523607f1fb6f (diff)
downloadnixfiles-2ee84da52728fc05686cfcc43b75db6c54820708.tar.lz
nixfiles-2ee84da52728fc05686cfcc43b75db6c54820708.tar.zst
nixfiles-2ee84da52728fc05686cfcc43b75db6c54820708.zip
shell: add some aliases for `just`
-rw-r--r--user/settings/shell.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix
index 824601a0..e88ccfe8 100644
--- a/user/settings/shell.nix
+++ b/user/settings/shell.nix
@@ -123,6 +123,11 @@ in
       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";