[ZSH] Add env file

This commit is contained in:
Fabian Ising
2026-07-30 14:41:28 +02:00
parent 3e7a8d4f10
commit 7d97559b20
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -3,3 +3,4 @@
.p10k.zsh .p10k.zsh
.p10k.mac.zsh .p10k.mac.zsh
antigen/ antigen/
.env.local
+1
View File
@@ -3,6 +3,7 @@
[[ -f ~/.zsh/.user_config ]] && source ~/.zsh/.user_config [[ -f ~/.zsh/.user_config ]] && source ~/.zsh/.user_config
[[ -f ~/.zsh/.virtual_env_config.zsh ]] && source ~/.zsh/.virtual_env_config.zsh [[ -f ~/.zsh/.virtual_env_config.zsh ]] && source ~/.zsh/.virtual_env_config.zsh
[[ -f ~/.zsh/.local_config ]] && source ~/.zsh/.local_config [[ -f ~/.zsh/.local_config ]] && source ~/.zsh/.local_config
[[ -f ~/.zsh/.env.local ]] && source ~/.zsh/.env.local
source "${ZDOTDIR:-$HOME}/.zsh/lib/updates.zsh" source "${ZDOTDIR:-$HOME}/.zsh/lib/updates.zsh"
export LC_OSC52=1 export LC_OSC52=1