opencode with local models

This commit is contained in:
2026-04-10 11:56:00 +02:00
parent ad37460160
commit 25a427b23a
4 changed files with 234 additions and 1 deletions
+8
View File
@@ -1,6 +1,14 @@
# Enable OpenCode web search via Exa AI
set -gx OPENCODE_ENABLE_EXA 1
if status is-interactive
starship init fish | source
set -g fish_prompt_pwd_dir_length 0
fastfetch
end
# Added by LM Studio CLI (lms)
set -gx PATH $PATH /home/mathias/.lmstudio/bin
# End of LM Studio CLI section