From 3639d811e16e6e0ad6d69eca558be032100ac15a Mon Sep 17 00:00:00 2001 From: Pierre Martin Date: Fri, 12 Dec 2025 11:34:51 +0100 Subject: [PATCH] feat(zsh): add 'c' alias for claude --- programs/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/programs/zsh.nix b/programs/zsh.nix index 529c649..b89e5ef 100644 --- a/programs/zsh.nix +++ b/programs/zsh.nix @@ -121,6 +121,7 @@ g = "git"; gui = "gitui"; htop = "btop"; + c = "claude"; }; }; }