Skip to content

Commit 1a92b1b

Browse files
committed
🔧 Move OpenClaw completion to bash_profile with conditional guard
1 parent 4375b67 commit 1a92b1b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

home/.bash_profile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ if [[ -f ~/.orbstack/shell/init.bash ]]; then
2323
source ~/.orbstack/shell/init.bash
2424
fi
2525

26+
# OpenClaw completion
27+
if [[ -f "$HOME/.openclaw/completions/openclaw.bash" ]]; then
28+
source "$HOME/.openclaw/completions/openclaw.bash"
29+
fi
30+
2631
if command -v try &> /dev/null; then
2732
eval "$(try init ~//Projects/tries)"
2833
fi

0 commit comments

Comments
 (0)