Commit 03f685a
chore(zsh): keep ollama models warm and complete
## What
Two unrelated-to-each-other but equally small zsh config tweaks, grouped
as one chore.
## Why
**`OLLAMA_KEEP_ALIVE=30m`** — Ollama unloads a model from memory 5
minutes after its last request by default. For interactive use that
means a model re-read from disk on almost every return to the terminal.
30m keeps it resident across a normal working rhythm.
**`claude import` completion** — the `_claude` completion file did not
list the `import` subcommand, so it did not complete. Added to both the
top-level command list and the `claude config` list, matching how the
other subcommands are registered in both positions.
## How
Two two-line additions. `zsh -n` passes on the rendered `~/.zshenv`.
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>claude import (#383)1 parent 4a7af58 commit 03f685a
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
0 commit comments