fish: Add abbreviation for cargo test

This commit is contained in:
Donovan Glover 2024-02-18 23:56:11 -05:00
parent 83db7606f4
commit 1464bd85bc
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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