mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-14 07:53:10 +00:00
feat: if exports-secrets exists, source it
This commit is contained in:
@@ -52,5 +52,9 @@ have_brew()
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if [[ -f "$DOTFILES/config/exports-secret" ]]; then
|
||||||
|
source "$DOTFILES/config/exports-secret"
|
||||||
|
fi
|
||||||
|
|
||||||
source "$DOTFILES/config/exports-shell"
|
source "$DOTFILES/config/exports-shell"
|
||||||
source "$DOTFILES/config/exports-apps"
|
source "$DOTFILES/config/exports-apps"
|
||||||
|
|||||||
Reference in New Issue
Block a user