mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +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-http-cors='npx http-server -p 8080 --cors'
|
||||||
alias here-https='PORT=8080 npx https-localhost'
|
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
|
## Copy from terminal
|
||||||
# See .XResources
|
# See .XResources
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue