From a3338ac65160a0b14f5c4b8916198afed957e933 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Fri, 23 May 2025 11:36:13 +0800 Subject: [PATCH] =?UTF-8?q?feat=20zsh:=20add=20ollama=20=E8=87=AA=E5=8B=95?= =?UTF-8?q?=E8=A3=9C=E9=BD=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dot_zshrc.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 59b9e09..0cad28d 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -155,6 +155,8 @@ bindkey '^P' my_paste_from_clipboard # 例如 Ctrl+P # SSH 自動補齊 zinit light sunlei/zsh-ssh +# Ollama 自動補齊 +zinit snippet https://gist.github.com/obeone/9313811fd61a7cbb843e0001a4434c58/raw/5a6a44efc6a07b6f937dbc596d9d7385b297dda8/_ollama.zsh # overwrite ls if command -v colorls &> /dev/null; then