Update files

This commit is contained in:
2025-10-22 21:14:08 +01:00
parent fbe76b346f
commit a7441bb971
5 changed files with 7 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
model: openai/gpt-5-codex model: openrouter/openai/gpt-5-codex
weak-model: moonshotai/kimi-dev-72b:free weak-model: openrouter/moonshotai/kimi-dev-72b:free
editor-model: moonshotai/kimi-dev-72b:free editor-model: openrouter/moonshotai/kimi-dev-72b:free
show-model-warnings: false show-model-warnings: false
max-chat-history-tokens: 8000 max-chat-history-tokens: 8000
disable-playwright: true disable-playwright: true

View File

@@ -5,6 +5,7 @@ cfv ${XDG_CONFIG_HOME:-$HOME/.config}/nvim/init.lua
cfz $ZDOTDIR/.zshrc cfz $ZDOTDIR/.zshrc
cfa ${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc cfa ${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc
cfp ${XDG_CONFIG_HOME:-$HOME/.config}/shell/profile cfp ${XDG_CONFIG_HOME:-$HOME/.config}/shell/profile
cfe ${XDG_CONFIG_HOME:-$HOME/.config}/shell/.env
cfm ${XDG_CONFIG_HOME:-$HOME/.config}/mutt/muttrc cfm ${XDG_CONFIG_HOME:-$HOME/.config}/mutt/muttrc
cfn ${XDG_CONFIG_HOME:-$HOME/.config}/newsboat/config cfn ${XDG_CONFIG_HOME:-$HOME/.config}/newsboat/config
cfu ${XDG_CONFIG_HOME:-$HOME/.config}/newsboat/urls cfu ${XDG_CONFIG_HOME:-$HOME/.config}/newsboat/urls

View File

@@ -34,6 +34,7 @@ cfv="$EDITOR /home/chris/.config/nvim/init.lua" \
cfz="$EDITOR /home/chris/.config/zsh/.zshrc" \ cfz="$EDITOR /home/chris/.config/zsh/.zshrc" \
cfa="$EDITOR /home/chris/.config/shell/aliasrc" \ cfa="$EDITOR /home/chris/.config/shell/aliasrc" \
cfp="$EDITOR /home/chris/.config/shell/profile" \ cfp="$EDITOR /home/chris/.config/shell/profile" \
cfe="$EDITOR /home/chris/.config/shell/.env" \
cfm="$EDITOR /home/chris/.config/mutt/muttrc" \ cfm="$EDITOR /home/chris/.config/mutt/muttrc" \
cfn="$EDITOR /home/chris/.config/newsboat/config" \ cfn="$EDITOR /home/chris/.config/newsboat/config" \
cfu="$EDITOR /home/chris/.config/newsboat/urls" \ cfu="$EDITOR /home/chris/.config/newsboat/urls" \

View File

@@ -33,6 +33,7 @@ hash -d cfv=/home/chris/.config/nvim/init.lua
hash -d cfz=/home/chris/.config/zsh/.zshrc hash -d cfz=/home/chris/.config/zsh/.zshrc
hash -d cfa=/home/chris/.config/shell/aliasrc hash -d cfa=/home/chris/.config/shell/aliasrc
hash -d cfp=/home/chris/.config/shell/profile 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 cfm=/home/chris/.config/mutt/muttrc
hash -d cfn=/home/chris/.config/newsboat/config hash -d cfn=/home/chris/.config/newsboat/config
hash -d cfu=/home/chris/.config/newsboat/urls hash -d cfu=/home/chris/.config/newsboat/urls