From 8b093e52cd0ac3ae5377a7e1a0e8b28e6e28dc48 Mon Sep 17 00:00:00 2001 From: Li Tang Date: Fri, 3 Apr 2026 10:09:02 +0800 Subject: [PATCH] feat: only alias claude Signed-off-by: Li Tang --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index a6de44a..aec6c3e 100644 --- a/.zshrc +++ b/.zshrc @@ -113,7 +113,7 @@ alias sed='gsed' alias grep='ggrep' alias tailscale="/Applications/Tailscale.app/Contents/MacOS/Tailscale" alias ghostty='/Applications/Ghostty.app/Contents/MacOS/ghostty' -alias cc='claude --append-system-prompt-file ~/.config/opencode/AGENTS.md --model claude-opus-4.6' +alias cc='claude' alias oc='opencode' # -- Functions --