From d7bc6bb72fb4b1183ac36d0c2437d79fa23ffceb Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 9 Jan 2026 16:50:31 +0000 Subject: [PATCH] Add location of rainfrog config --- zshrc.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc.zsh b/zshrc.zsh index ef543c5..c567b8b 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -92,6 +92,8 @@ if (( ${+commands[brew]} )); then test -d $(brew --prefix)/opt/curl && export PATH="$(brew --prefix)/opt/curl/bin:$PATH" fi +# Rainfrog config +export RAINFROG_CONFIG=~/.config/rainfrog # Detect system appearance