From 219927ce44dcaafa495f3329da2fc247c60415f3 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Tue, 24 Feb 2026 16:17:26 +0800 Subject: [PATCH] fix: use backslash to avoid from interpreting before mise. --- .bashrc.local | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.bashrc.local b/.bashrc.local index 85ab62b..a84aef1 100644 --- a/.bashrc.local +++ b/.bashrc.local @@ -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