feat zsh: add ollama 自動補齊

This commit is contained in:
Yuan Chiu 2025-05-23 11:36:13 +08:00
parent 6b59c81f0e
commit a3338ac651
Signed by: yuan
GPG Key ID: 50FBE4156404B98D

View File

@ -155,6 +155,8 @@ bindkey '^P' my_paste_from_clipboard # 例如 Ctrl+P
# SSH 自動補齊 # SSH 自動補齊
zinit light sunlei/zsh-ssh zinit light sunlei/zsh-ssh
# Ollama 自動補齊
zinit snippet https://gist.github.com/obeone/9313811fd61a7cbb843e0001a4434c58/raw/5a6a44efc6a07b6f937dbc596d9d7385b297dda8/_ollama.zsh
# overwrite ls # overwrite ls
if command -v colorls &> /dev/null; then if command -v colorls &> /dev/null; then