From 44add42bfdc6593e1dff755d3704233a4d590c81 Mon Sep 17 00:00:00 2001 From: liv Date: Tue, 29 Oct 2024 13:42:03 +0100 Subject: [PATCH] home: rename cargo alias --- home/features/cli/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/features/cli/fish.nix b/home/features/cli/fish.nix index 7726444..d1e0078 100644 --- a/home/features/cli/fish.nix +++ b/home/features/cli/fish.nix @@ -46,7 +46,7 @@ j = "z"; # cargoes and rust-s - cg = "cargo"; + ca = "cargo"; cr = "cargo run"; cb = "cargo build"; ct = "cargo test";