mirror of
https://github.com/cole-maxwell1/dotfiles.git
synced 2026-03-26 22:20:03 -04:00
Add: load $HOME/.secrets
This commit is contained in:
5
.zshrc
5
.zshrc
@@ -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"
|
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Load local environment secrets if the file exists
|
||||||
|
if [ -f "$HOME/.secrets" ]; then
|
||||||
|
source "$HOME/.secrets"
|
||||||
|
fi
|
||||||
|
|
||||||
###############################################
|
###############################################
|
||||||
# Cole's $PATH configs
|
# Cole's $PATH configs
|
||||||
###############################################
|
###############################################
|
||||||
|
|||||||
Reference in New Issue
Block a user