diff options
author | Griffin Smith <grfn@gws.fyi> | 2021-01-13T15·17-0500 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2021-01-13T16·53+0000 |
commit | 0f75042fea21f75754016f4d77d8e3a968b3ec3a (patch) | |
tree | 88b1859ed5790675d57c314b16b620dffebe9c09 /users/glittershark/system | |
parent | bbea618a98251d1699ed0b1035b32d54f36bb342 (diff) |
feat(gs/home): Add alias to cargo test and watch r/2089
Change-Id: I6f2c7dfaa8cc9da9ca4c602b521a27ed3fecd6da Reviewed-on: https://cl.tvl.fyi/c/depot/+/2363 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
Diffstat (limited to 'users/glittershark/system')
-rw-r--r-- | users/glittershark/system/home/modules/development/rust.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 = '' |