fish: Remove unused cargo abbreviations

It's easier to build off of existing projects than start with a new one
entirely, hence why I stopped using cargo init/new.
This commit is contained in:
Donovan Glover 2024-06-02 10:42:11 -04:00
parent a65d312a09
commit 41f9b015dc
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -88,18 +88,12 @@
ncg = "sudo nix-collect-garbage -d && nix-collect-garbage -d";
nvd = "nvd --color always diff /run/current-system result | less -R";
ci = "cargo init";
cin = "cargo info";
cu = "cargo update";
ca = "cargo add";
cab = "cargo add --build";
cad = "cargo add --dev";
cb = "cargo build";
cr = "cargo run";
cs = "cargo search";
ct = "cargo test";
cT = "cargo tree --depth 1";
cn = "cargo new";
crm = "cargo remove";
crmb = "cargo remove --build";
crmd = "cargo remove --dev";