From a281c11c21ede715a13a8e6ccce6018fa9de550f Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Mon, 23 Feb 2026 12:16:06 +0800 Subject: [PATCH] feat: add copilot. --- .zshrc.local | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc.local b/.zshrc.local index 380f875..f5f3f39 100644 --- a/.zshrc.local +++ b/.zshrc.local @@ -9,6 +9,7 @@ fi alias cc0="claude" alias cc1="CLAUDE_CONFIG_DIR=~/.claude-c1 claude" alias cc2="CLAUDE_CONFIG_DIR=~/.claude-c2 claude" +alias cp0="copilot-bwrap copilot --allow-all" alias update="(cd ~/git; make all)" # if command -v mise > /dev/null; then