all repos — nixfiles @ 2ee84da52728fc05686cfcc43b75db6c54820708

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

shell: add some aliases for `just`

Alan Pearce
commit

2ee84da52728fc05686cfcc43b75db6c54820708

parent

f517c4bb0866447380a6f495f63c523607f1fb6f

1 file 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";