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