mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
zsh: add ollama aliases
This commit is contained in:
parent
f2f43230db
commit
4285cc9aa8
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue