Skip to content

Commit

Permalink
secretsrc can be in Sync folder (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
topher200 authored Mar 7, 2024
1 parent 8c02576 commit 6277ee5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions files/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ if [[ -f "$HOME"/Downloads/secretsrc ]]; then
# shellcheck disable=SC1090
source "$HOME"/Downloads/secretsrc
fi
if [[ -f "$HOME"/Sync/secretsrc ]]; then
# shellcheck disable=SC1090
source "$HOME"/Sync/secretsrc
fi
if [[ -f "$HOME"/systemrc ]]; then
# shellcheck disable=SC1090
source "$HOME"/systemrc
Expand Down

0 comments on commit 6277ee5

Please sign in to comment.