diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-15 22:15:05 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-15 22:15:05 +0200 |
| commit | de167eb92c19b49d5a6fc12c4ce3c636eef8b143 (patch) | |
| tree | f0e3f5da1752457d11fda3ede77b3fca3ece52a3 | |
| parent | 38a60c6033c15d226f43cf3755cac6d5c3f4dd78 (diff) | |
Update
| -rw-r--r-- | fish/conf.d/ai.fish | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fish/conf.d/ai.fish b/fish/conf.d/ai.fish index f1281a7..5ac4bae 100644 --- a/fish/conf.d/ai.fish +++ b/fish/conf.d/ai.fish @@ -1,2 +1,5 @@ abbr -a suggest hexai abbr -a explain 'hexai explain' +if test (uname) = Linux + set -gx OLLAMA_HOST http://hyperstack.wg1:11434 +end |
