fix: use backslash to avoid from interpreting before mise.

This commit is contained in:
2026-02-24 16:17:26 +08:00
parent b785d55350
commit 219927ce44

View File

@@ -1,8 +1,8 @@
#
alias cc0="claude"
alias cc1="CLAUDE_CONFIG_DIR=~/.claude-c1 $(which claude)"
alias cc2="CLAUDE_CONFIG_DIR=~/.claude-c2 $(which claude)"
alias cp0="copilot-bwrap $(which copilot) --allow-all"
alias cc1="CLAUDE_CONFIG_DIR=~/.claude-c1 \$(which claude)"
alias cc2="CLAUDE_CONFIG_DIR=~/.claude-c2 \$(which claude)"
alias cp0="copilot-bwrap \$(which copilot) --allow-all"
alias update="(cd ~/git; make all)"
#
[[ -s /usr/share/doc/fzf/examples/completion.bash ]] && source /usr/share/doc/fzf/examples/completion.bash