mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-04 03:49:43 +01:00
fish: Add abbreviation for cargo test
This commit is contained in:
parent
83db7606f4
commit
1464bd85bc
@ -120,7 +120,8 @@
|
|||||||
cb = "cargo build";
|
cb = "cargo build";
|
||||||
cr = "cargo run";
|
cr = "cargo run";
|
||||||
cs = "cargo search";
|
cs = "cargo search";
|
||||||
ct = "cargo tree --depth 1";
|
ct = "cargo test";
|
||||||
|
cT = "cargo tree --depth 1";
|
||||||
cn = "cargo new";
|
cn = "cargo new";
|
||||||
crm = "cargo remove";
|
crm = "cargo remove";
|
||||||
crmb = "cargo remove --build";
|
crmb = "cargo remove --build";
|
||||||
|
Loading…
Reference in New Issue
Block a user