1
0
forked from extern/nix-config

fish(abbreviations): Add cargo tree

This commit is contained in:
Donovan Glover 2023-08-07 20:22:56 -04:00
parent a835b29bfe
commit b3c95ed4f2
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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";