diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-09-06T21·14-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-09-06T21·17+0000 |
commit | e2530ceec07bbe53133774f414d5c13bb5729522 (patch) | |
tree | d36ea64bcd9f80c05a71e5dc2265af215e6f2d07 /users | |
parent | 053a98a7d7c8344b64ae88c5ddebf0bc7b33c031 (diff) |
feat(gs/home): Alias lwo = lorri watch --once r/1769
Change-Id: Ied475c3b704cf54e41767c47465dd94247c7b953 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1935 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users')
-rw-r--r-- | users/glittershark/system/home/modules/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/glittershark/system/home/modules/shell.nix b/users/glittershark/system/home/modules/shell.nix index 5bb3c1854814..8d4febbb5d73 100644 --- a/users/glittershark/system/home/modules/shell.nix +++ b/users/glittershark/system/home/modules/shell.nix @@ -17,6 +17,7 @@ let nbl = "nix build -f . --builders ''"; # nix build local nc = "nix copy --to https://nix.urbinternal.com"; "nc." = "nix copy -f . --to https://nix.urbinternal.com"; + lwo = "lorri watch --once"; # Docker and friends "dcu" = "docker-compose up"; |