diff --git a/zsh/.zshrc b/zsh/.zshrc index 652e4ba..5266f7e 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -5,6 +5,9 @@ export EDITOR=nvim export SUDO_EDITOR=nvim export VISUAL=nvim +# Set PROVIDER for ai-commit +export PROVIDER=ollama + # Alias definitions alias ls='ls --color=auto' alias ll='ls -lah'