mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-09 15:05:07 +02:00
fish(abbreviations): Add cargo tree
This commit is contained in:
@ -102,6 +102,7 @@
|
|||||||
cb = "cargo build";
|
cb = "cargo build";
|
||||||
cr = "cargo run";
|
cr = "cargo run";
|
||||||
cs = "cargo search";
|
cs = "cargo search";
|
||||||
|
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";
|
||||||
|
Reference in New Issue
Block a user