diff options
| -rw-r--r-- | dotfiles/fish/conf.d/ai.fish | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dotfiles/fish/conf.d/ai.fish b/dotfiles/fish/conf.d/ai.fish index b6b6c87..5f5d0cd 100644 --- a/dotfiles/fish/conf.d/ai.fish +++ b/dotfiles/fish/conf.d/ai.fish @@ -10,7 +10,7 @@ set -gx COPILOT_MODEL gpt-4.1 # can be changed with aimodels function set -gx HANDLER copilot # set -gx HEXAI_PROVIDER copilot -function cur +function cool set last_updated_file ~/.cursor_agent_last_updated if not test -e $last_updated_file cursor-agent update @@ -28,6 +28,10 @@ function cur cursor-agent end +function cur + cool +end + # TODO: Probably deprecated function aimodels # nvim for the ai tool wrapper so i can use Copilot Chat from the command line. |
