From b3c95ed4f237e77aa89d0e0e65f73bce378cebcd Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 7 Aug 2023 20:22:56 -0400 Subject: [PATCH] fish(abbreviations): Add cargo tree --- modules/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/fish.nix b/modules/fish.nix index 44453bb1..453e3a96 100644 --- a/modules/fish.nix +++ b/modules/fish.nix @@ -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";