Add docker commands from user install

This commit is contained in:
Jonny Barnes 2026-02-28 21:11:11 +00:00
commit dd0d06fa1d
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View file

@ -95,6 +95,9 @@ if (( ${+commands[brew]} )); then
test -d $(brew --prefix)/opt/curl && export PATH="$(brew --prefix)/opt/curl/bin:$PATH"
fi
# Local Docker if set up that way
test -d $HOME/.docker/bin && export PATH="$HOME/.docker/bin:$PATH"
# Rainfrog config
export RAINFROG_CONFIG=~/.config/rainfrog