Skip to content

Commit

Permalink
uses $DOTFILES over $ZSH/..
Browse files Browse the repository at this point in the history
  • Loading branch information
tisba committed Jan 28, 2023
1 parent 4a1d14f commit dcb4797
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions omz-custom/00_load_env_secrets.zsh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
if [[ -e $ZSH/../secrets/env ]]; then
source $ZSH/../secrets/env
fi
if [[ -e $DOTFILES/secrets/env ]]; then
source $DOTFILES/secrets/env
fi

0 comments on commit dcb4797

Please sign in to comment.