···147147 fi
148148}
149149150150+function aicode {
151151+ claude -p \
152152+ --append-system-prompt "Respond with only the code requested, absolutely no extra dialog, backticks, or anything else. The response should be suitable for directly injecting into a source file. If needed, use the web search tool to look up syntax or documentation to ensure the result is accurate." \
153153+ --allowedTools "WebSearch,WebFetch" \
154154+}
155155+150156export HOMEBREW_BUNDLE_FILE="$HOME/dotfiles/Brewfile"
151157152158eval "$(zoxide init zsh)"