this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

zsh: claude get code snippet command

+6
+6
zsh/zshenv
··· 147 147 fi 148 148 } 149 149 150 + function aicode { 151 + claude -p \ 152 + --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." \ 153 + --allowedTools "WebSearch,WebFetch" \ 154 + } 155 + 150 156 export HOMEBREW_BUNDLE_FILE="$HOME/dotfiles/Brewfile" 151 157 152 158 eval "$(zoxide init zsh)"