diff --git a/zsh/.gitignore b/zsh/.gitignore index 5970edc..85cf04d 100644 --- a/zsh/.gitignore +++ b/zsh/.gitignore @@ -3,3 +3,4 @@ .p10k.zsh .p10k.mac.zsh antigen/ +.env.local diff --git a/zsh/.zshrc b/zsh/.zshrc index fd7f283..c1f4c41 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -3,6 +3,7 @@ [[ -f ~/.zsh/.user_config ]] && source ~/.zsh/.user_config [[ -f ~/.zsh/.virtual_env_config.zsh ]] && source ~/.zsh/.virtual_env_config.zsh [[ -f ~/.zsh/.local_config ]] && source ~/.zsh/.local_config +[[ -f ~/.zsh/.env.local ]] && source ~/.zsh/.env.local source "${ZDOTDIR:-$HOME}/.zsh/lib/updates.zsh" export LC_OSC52=1