diff options
author | Alan Pearce | 2025-03-04 22:04:20 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-04 22:04:20 +0100 |
commit | 2ee84da52728fc05686cfcc43b75db6c54820708 (patch) | |
tree | ebc4a13b5f98b085faca8afe5453492d11f1ea91 /user | |
parent | f517c4bb0866447380a6f495f63c523607f1fb6f (diff) | |
download | nixfiles-2ee84da52728fc05686cfcc43b75db6c54820708.tar.lz nixfiles-2ee84da52728fc05686cfcc43b75db6c54820708.tar.zst nixfiles-2ee84da52728fc05686cfcc43b75db6c54820708.zip |
shell: add some aliases for `just`
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/shell.nix | 5 |
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"; |