feat(gs/home): Alias cch=cargo check
Change-Id: I4b0ef2f5996b6cf34724a0ed6b1c8081baa4d929 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2549 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
599262bc2c
commit
06263bfde2
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
"cb" = "cargo build";
|
||||
"ct" = "cargo test";
|
||||
"ctw" = "fd -e rs | entr cargo test";
|
||||
"cch" = "cargo check";
|
||||
};
|
||||
|
||||
home.file.".cargo/config".text = ''
|
||||
|
|
Loading…
Reference in a new issue