From b64c32147adba4d362b78ef82cb90b1084935a96 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Fri, 23 May 2025 12:18:03 +0800 Subject: [PATCH] fix zsh: ollama --- dot_zshrc.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 0cad28d..01210e4 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -156,7 +156,8 @@ bindkey '^P' my_paste_from_clipboard # 例如 Ctrl+P zinit light sunlei/zsh-ssh # Ollama 自動補齊 -zinit snippet https://gist.github.com/obeone/9313811fd61a7cbb843e0001a4434c58/raw/5a6a44efc6a07b6f937dbc596d9d7385b297dda8/_ollama.zsh +zinit light ocodo/ollama_zsh_completion +# zinit snippet https://gist.github.com/obeone/9313811fd61a7cbb843e0001a4434c58/raw/5a6a44efc6a07b6f937dbc596d9d7385b297dda8/_ollama.zsh # overwrite ls if command -v colorls &> /dev/null; then