forked from extern/nix-config
fish(abbreviations): Add cargo tree
This commit is contained in:
parent
a835b29bfe
commit
b3c95ed4f2
@ -102,6 +102,7 @@
|
||||
cb = "cargo build";
|
||||
cr = "cargo run";
|
||||
cs = "cargo search";
|
||||
ct = "cargo tree --depth 1";
|
||||
cn = "cargo new";
|
||||
crm = "cargo remove";
|
||||
crmb = "cargo remove --build";
|
||||
|
Loading…
Reference in New Issue
Block a user