diff options
| author | Paul Buetow <paul@buetow.org> | 2025-05-15 23:33:15 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-05-15 23:33:15 +0300 |
| commit | 79fe672aab55360b3a0df73afc3ca62daa4d813d (patch) | |
| tree | 2bc4d8d268f93698ba0b32b56de735f89fa3a9d3 | |
| parent | 43786952d65c7ad0ed6d58fa00d2c0d1df477d77 (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/editor.fish | 4 |
1 files 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 |
