summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-06-05 21:09:14 +0300
committerPaul Buetow <paul@buetow.org>2025-06-05 21:09:14 +0300
commite67d89c78da15a7e80d9dbc63facd0e1739b8806 (patch)
treed1bf823a3e1e964615744f32fca5aad00d7d3faa
parentd26dbfb69713af26fbd2e56549f8ea8aa36b1f41 (diff)
Update
-rw-r--r--dotfiles/fish/conf.d/editor.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/fish/conf.d/editor.fish b/dotfiles/fish/conf.d/editor.fish
index ea56450..22c0d51 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