summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
Diffstat (limited to 'user')
-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";