feat: if exports-secrets exists, source it

This commit is contained in:
2024-05-22 16:46:34 +03:00
parent bc30e5f7a6
commit 7d564d0b4d

View File

@@ -52,5 +52,9 @@ have_brew()
fi
}
if [[ -f "$DOTFILES/config/exports-secret" ]]; then
source "$DOTFILES/config/exports-secret"
fi
source "$DOTFILES/config/exports-shell"
source "$DOTFILES/config/exports-apps"