From e2530ceec07bbe53133774f414d5c13bb5729522 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sun, 6 Sep 2020 17:14:55 -0400 Subject: feat(gs/home): Alias lwo = lorri watch --once Change-Id: Ied475c3b704cf54e41767c47465dd94247c7b953 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1935 Reviewed-by: glittershark Tested-by: BuildkiteCI --- users/glittershark/system/home/modules/shell.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'users/glittershark') diff --git a/users/glittershark/system/home/modules/shell.nix b/users/glittershark/system/home/modules/shell.nix index 5bb3c18548..8d4febbb5d 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"; -- cgit 1.4.1