From 2ee84da52728fc05686cfcc43b75db6c54820708 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 4 Mar 2025 22:04:20 +0100 Subject: shell: add some aliases for `just` --- user/settings/shell.nix | 5 +++++ 1 file changed, 5 insertions(+) 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"; -- cgit 1.4.1