summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
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