Add location of rainfrog config

This commit is contained in:
Jonny Barnes 2026-01-09 16:50:31 +00:00
commit d7bc6bb72f
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

@ -92,6 +92,8 @@ if (( ${+commands[brew]} )); then
test -d $(brew --prefix)/opt/curl && export PATH="$(brew --prefix)/opt/curl/bin:$PATH" test -d $(brew --prefix)/opt/curl && export PATH="$(brew --prefix)/opt/curl/bin:$PATH"
fi fi
# Rainfrog config
export RAINFROG_CONFIG=~/.config/rainfrog
# Detect system appearance # Detect system appearance