fix: use ~ instead of hard-coded path.

This commit is contained in:
Gea-Suan Lin
2025-12-08 17:23:43 +08:00
parent 250829f48c
commit 62740fc09c
2 changed files with 2 additions and 2 deletions

View File

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