Add: load $HOME/.secrets

This commit is contained in:
2026-02-14 10:48:07 -06:00
committed by GitHub
parent 7aa5750808
commit 2c30321165

5
.zshrc
View File

@@ -3,6 +3,11 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# Load local environment secrets if the file exists
if [ -f "$HOME/.secrets" ]; then
source "$HOME/.secrets"
fi
###############################################
# Cole's $PATH configs
###############################################