summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-30 10:31:48 +0200
committerPaul Buetow <paul@buetow.org>2026-01-30 10:31:48 +0200
commitddc78059501ba85ac7407a542aa23ef3d2664e9d (patch)
tree537644ded8a021d16fc058055be21cd5ba110e31
parent82d735cb7e04eeb63c0b74a0c486b26ef9b9ba72 (diff)
Update
-rw-r--r--dotfiles/fish/conf.d/ai.fish6
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.