Skip to content

Commit bb17a5e

Browse files
committed
Added DBX LLM Claude Code
1 parent 78cc723 commit bb17a5e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.zsh/aliases.zsh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,8 @@ alias tvos-list="xcrun simctl list devices tv"
4444
alias watchos="xcrun simctl boot 'Apple Watch Ultra 3 (49mm)' 2>/dev/null; open -a Simulator"
4545
alias watchos-list="xcrun simctl list devices watch"
4646
alias rmxdd="rm -rf ~/Library/Developer/Xcode/DerivedData"
47+
48+
# DBX specific aliases
49+
if [[ -f /usr/local/bin/dbexec ]]; then
50+
alias llm='dbexec repo run llm'
51+
fi

0 commit comments

Comments
 (0)