From 62740fc09c4373999bfc12cd5f632bf8a7b0c130 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Mon, 8 Dec 2025 17:23:43 +0800 Subject: [PATCH] fix: use ~ instead of hard-coded path. --- .bashrc.local | 2 +- .zshrc.local | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc.local b/.bashrc.local index cb6d94b..8de257f 100644 --- a/.bashrc.local +++ b/.bashrc.local @@ -1,6 +1,6 @@ # alias c0=claude -alias c1="CLAUDE_CONFIG_DIR=/home/gslin/.claude-c1 claude" +alias c1="CLAUDE_CONFIG_DIR=~/.claude-c1 claude" alias update="(cd ~/git; make all)" # [[ -s /usr/share/doc/fzf/examples/completion.bash ]] && source /usr/share/doc/fzf/examples/completion.bash diff --git a/.zshrc.local b/.zshrc.local index d8dbc52..cba098d 100644 --- a/.zshrc.local +++ b/.zshrc.local @@ -5,7 +5,7 @@ compinit [[ -s /usr/share/doc/fzf/examples/key-bindings.zsh ]] && source /usr/share/doc/fzf/examples/key-bindings.zsh # alias "c0=claude" -alias "c1=CLAUDE_CONFIG_DIR=/home/gslin/.claude-c1 claude" +alias "c1=CLAUDE_CONFIG_DIR=~/.claude-c1 claude" alias "update=(cd ~/git; make all)" # if command -v mise > /dev/null; then