From ddc78059501ba85ac7407a542aa23ef3d2664e9d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 30 Jan 2026 10:31:48 +0200 Subject: Update --- dotfiles/fish/conf.d/ai.fish | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3