From 60a6bc888b7c00756d5f78cd30d2ee0e00e6acf8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 14 May 2025 00:57:13 +0300 Subject: Update --- dotfiles/fish/conf.d/editor.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/fish/conf.d/editor.fish b/dotfiles/fish/conf.d/editor.fish index 22c0d51..ea56450 100644 --- a/dotfiles/fish/conf.d/editor.fish +++ b/dotfiles/fish/conf.d/editor.fish @@ -2,8 +2,8 @@ set -gx EDITOR hx set -gx VISUAL $EDITOR set -gx GIT_EDITOR $EDITOR set -gx HELIX_CONFIG_DIR $HOME/.config/helix -# set -gx COPILOT_MODEL gpt-4o -set -gx COPILOT_MODEL gpt-4.1 +set -gx COPILOT_MODEL gpt-4o +# set -gx COPILOT_MODEL gpt-4.1 set -gx HANDLER copilot function editor::helix::open_with_lock -- cgit v1.2.3