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