summaryrefslogtreecommitdiff
path: root/.shells/exports.sh
diff options
context:
space:
mode:
Diffstat (limited to '.shells/exports.sh')
-rw-r--r--.shells/exports.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/.shells/exports.sh b/.shells/exports.sh
index aceacaf..aaf0f7d 100644
--- a/.shells/exports.sh
+++ b/.shells/exports.sh
@@ -9,6 +9,11 @@ export SBCL_HOME="/usr/lib/sbcl/"
export PATH=$PATH:~/.roswell/bin
export SBCL_HOME=/usr/local/lib/sbcl
export XDG_SESSION_TYPE=x11
+export OLLAMA_HOST=zeus:11434
+
+## Python
+export PYENV_ROOT="$HOME/.pyenv"
+export PATH="$PYENV_ROOT/bin:$PATH"
if [[ $- != *i* ]]
then