diff --git a/config/exports b/config/exports index b13cc9c..2f4f967 100755 --- a/config/exports +++ b/config/exports @@ -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"