From a7441bb9711e67de5c368dafff4ade3a3c179174 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 22 Oct 2025 21:14:08 +0100 Subject: [PATCH] Update files --- .config/aider/aider.yaml | 6 +++--- .config/nvim | 2 +- .config/shell/bm-files | 1 + .config/shell/shortcutrc | 1 + .config/shell/zshnameddirrc | 1 + 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.config/aider/aider.yaml b/.config/aider/aider.yaml index a2dd1e0..8475913 100644 --- a/.config/aider/aider.yaml +++ b/.config/aider/aider.yaml @@ -1,6 +1,6 @@ -model: openai/gpt-5-codex -weak-model: moonshotai/kimi-dev-72b:free -editor-model: moonshotai/kimi-dev-72b:free +model: openrouter/openai/gpt-5-codex +weak-model: openrouter/moonshotai/kimi-dev-72b:free +editor-model: openrouter/moonshotai/kimi-dev-72b:free show-model-warnings: false max-chat-history-tokens: 8000 disable-playwright: true diff --git a/.config/nvim b/.config/nvim index 9415b1d..d44eac6 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit 9415b1df07d9226009e3c6ab1115b4ab21314497 +Subproject commit d44eac696ff11410a2923a1dddffca9ffde4806a diff --git a/.config/shell/bm-files b/.config/shell/bm-files index 8d8dc20..e8efb43 100644 --- a/.config/shell/bm-files +++ b/.config/shell/bm-files @@ -5,6 +5,7 @@ cfv ${XDG_CONFIG_HOME:-$HOME/.config}/nvim/init.lua cfz $ZDOTDIR/.zshrc cfa ${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc cfp ${XDG_CONFIG_HOME:-$HOME/.config}/shell/profile +cfe ${XDG_CONFIG_HOME:-$HOME/.config}/shell/.env cfm ${XDG_CONFIG_HOME:-$HOME/.config}/mutt/muttrc cfn ${XDG_CONFIG_HOME:-$HOME/.config}/newsboat/config cfu ${XDG_CONFIG_HOME:-$HOME/.config}/newsboat/urls diff --git a/.config/shell/shortcutrc b/.config/shell/shortcutrc index 19af76c..ecc4bf6 100644 --- a/.config/shell/shortcutrc +++ b/.config/shell/shortcutrc @@ -34,6 +34,7 @@ cfv="$EDITOR /home/chris/.config/nvim/init.lua" \ cfz="$EDITOR /home/chris/.config/zsh/.zshrc" \ cfa="$EDITOR /home/chris/.config/shell/aliasrc" \ cfp="$EDITOR /home/chris/.config/shell/profile" \ +cfe="$EDITOR /home/chris/.config/shell/.env" \ cfm="$EDITOR /home/chris/.config/mutt/muttrc" \ cfn="$EDITOR /home/chris/.config/newsboat/config" \ cfu="$EDITOR /home/chris/.config/newsboat/urls" \ diff --git a/.config/shell/zshnameddirrc b/.config/shell/zshnameddirrc index b120774..af738c1 100644 --- a/.config/shell/zshnameddirrc +++ b/.config/shell/zshnameddirrc @@ -33,6 +33,7 @@ hash -d cfv=/home/chris/.config/nvim/init.lua hash -d cfz=/home/chris/.config/zsh/.zshrc hash -d cfa=/home/chris/.config/shell/aliasrc hash -d cfp=/home/chris/.config/shell/profile +hash -d cfe=/home/chris/.config/shell/.env hash -d cfm=/home/chris/.config/mutt/muttrc hash -d cfn=/home/chris/.config/newsboat/config hash -d cfu=/home/chris/.config/newsboat/urls