mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Refactor vimscript into lua
This commit is contained in:
parent
b55aab8a89
commit
44697ec5bf
3 changed files with 179 additions and 188 deletions
4
.config/fish/functions/aisearch.fish
Normal file
4
.config/fish/functions/aisearch.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
function aisearch --wraps aichat
|
||||
set -lx AICHAT_PATCH_GEMINI_CHAT_COMPLETIONS '{".*":{"body":{"tools":[{"google_search":{}}]}}}'
|
||||
aichat -r search -s $argv
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue