Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
James Dixon 2025-03-13 16:31:52 -04:00
commit 1d0fa40a52

View File

@ -24,6 +24,9 @@ export HISTFILE=~/.zsh_history
export HISTSIZE=999999999
export SAVEHIST=$HISTSIZE
# source (overwrite) local env variables
[ -r "$HOME/.local/.env" ] && source "$HOME/.local/.env"
# * * * * * * * * *
# Shell Options *
# * * * * * * * * *