We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4375b67 commit 1a92b1bCopy full SHA for 1a92b1b
home/.bash_profile
@@ -23,6 +23,11 @@ if [[ -f ~/.orbstack/shell/init.bash ]]; then
23
source ~/.orbstack/shell/init.bash
24
fi
25
26
+# OpenClaw completion
27
+if [[ -f "$HOME/.openclaw/completions/openclaw.bash" ]]; then
28
+ source "$HOME/.openclaw/completions/openclaw.bash"
29
+fi
30
+
31
if command -v try &> /dev/null; then
32
eval "$(try init ~//Projects/tries)"
33
0 commit comments