Muh dotfiles
This commit is contained in:
3
.config/fish/functions/chat.fish
Normal file
3
.config/fish/functions/chat.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function chat --wraps='ollama run --nowordwrap' --description 'Run an llm without history'
|
||||
OLLAMA_NOHISTORY=y ollama run --nowordwrap $argv
|
||||
end
|
Reference in New Issue
Block a user