diff options
| author | Paul Buetow <paul@buetow.org> | 2025-05-14 00:50:37 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-05-14 00:50:37 +0300 |
| commit | e1111fc47922f289102a69279c2d9b96b50f0778 (patch) | |
| tree | 880ab2360558890b596cb95b202f27e4cdd8b8ec | |
| parent | 72c1837e40dd6d8493f8ac546af3958222e484fe (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/editor.fish | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles/fish/conf.d/editor.fish b/dotfiles/fish/conf.d/editor.fish index ea8a34a..22c0d51 100644 --- a/dotfiles/fish/conf.d/editor.fish +++ b/dotfiles/fish/conf.d/editor.fish @@ -2,7 +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-4o +set -gx COPILOT_MODEL gpt-4.1 set -gx HANDLER copilot function editor::helix::open_with_lock |
