From 0f75042fea21f75754016f4d77d8e3a968b3ec3a Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Wed, 13 Jan 2021 10:17:23 -0500 Subject: feat(gs/home): Add alias to cargo test and watch Change-Id: I6f2c7dfaa8cc9da9ca4c602b521a27ed3fecd6da Reviewed-on: https://cl.tvl.fyi/c/depot/+/2363 Tested-by: BuildkiteCI Reviewed-by: glittershark --- users/glittershark/system/home/modules/development/rust.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'users/glittershark/system/home/modules/development/rust.nix') diff --git a/users/glittershark/system/home/modules/development/rust.nix b/users/glittershark/system/home/modules/development/rust.nix index ee10e9fcb451..ba680797a5a1 100644 --- a/users/glittershark/system/home/modules/development/rust.nix +++ b/users/glittershark/system/home/modules/development/rust.nix @@ -14,6 +14,7 @@ "cg" = "cargo"; "cb" = "cargo build"; "ct" = "cargo test"; + "ctw" = "fd -e rs | entr cargo test"; }; home.file.".cargo/config".text = '' -- cgit 1.4.1