dotfiles/zsh/.zprofile

3 lines
148 B
Plaintext
Raw Normal View History

2024-05-19 02:23:03 -04:00
# shellcheck disable=SC1091
2024-05-17 20:46:22 -04:00
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/environment" ] && . "${XDG_CONFIG_HOME:-$HOME/.config}/shell/environment"