feat: add copilot.

This commit is contained in:
Gea-Suan Lin
2026-02-23 12:16:06 +08:00
parent 780c2187ab
commit a281c11c21

View File

@@ -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