Add opencode config

This commit is contained in:
2025-10-02 10:34:03 -07:00
parent 24377d5efd
commit 41e4f886fa
3 changed files with 14 additions and 1 deletions

View File

@@ -54,3 +54,9 @@ source $(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zs
# opencode
export PATH=/Users/caleb/.opencode/bin:$PATH
# The following lines have been added by Docker Desktop to enable Docker CLI completions.
fpath=(/Users/caleb/.docker/completions $fpath)
autoload -Uz compinit
compinit
# End of Docker CLI completions