We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78cc723 commit bb17a5eCopy full SHA for bb17a5e
1 file changed
.zsh/aliases.zsh
@@ -44,3 +44,8 @@ alias tvos-list="xcrun simctl list devices tv"
44
alias watchos="xcrun simctl boot 'Apple Watch Ultra 3 (49mm)' 2>/dev/null; open -a Simulator"
45
alias watchos-list="xcrun simctl list devices watch"
46
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