From 4285cc9aa8c8fa1c0c3855f3135d14539a053fe7 Mon Sep 17 00:00:00 2001 From: He4eT Date: Wed, 25 Oct 2023 16:20:10 +0300 Subject: [PATCH] zsh: add ollama aliases --- root/.zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/root/.zshrc b/root/.zshrc index dff3b5a..45f7150 100644 --- a/root/.zshrc +++ b/root/.zshrc @@ -55,6 +55,11 @@ alias here-http='hostname -I && python3 -m http.server' alias here-http-cors='npx http-server -p 8080 --cors' alias here-https='PORT=8080 npx https-localhost' +## Ollama + +alias summon='clear && docker exec -it ollama ollama run' +alias summonable='docker exec -it ollama ollama list' + ## Copy from terminal # See .XResources