home: rename cargo alias

This commit is contained in:
insects 2024-10-29 13:42:03 +01:00
parent 74c847e32d
commit 44add42bfd

View file

@ -46,7 +46,7 @@
j = "z";
# cargoes and rust-s
cg = "cargo";
ca = "cargo";
cr = "cargo run";
cb = "cargo build";
ct = "cargo test";