summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorMichaël Ball <michael.ball@krotosaudio.com>2025-02-11 10:11:42 +0000
committerMichaël Ball <michael.ball@krotosaudio.com>2025-02-11 10:11:42 +0000
commit2b4146c747bf7c8ef44df4368f0270c3322e7e92 (patch)
treee866e321aede9e4d983306ed822c98bec472401f /zsh
parent83e16a6a2c58e944f3b2c28b8b87cef5ebb69431 (diff)
Aider support
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshenv2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv
index d033692..bc88c29 100644
--- a/zsh/.zshenv
+++ b/zsh/.zshenv
@@ -20,3 +20,5 @@ export CMAKE_C_COMPILER=/usr/bin/clang
export CMAKE_CXX_COMPILER=/usr/bin/clang++
. "$HOME/.cargo/env"
+
+export OLLAMA_API_BASE=http://127.0.0.1:11434