3 lines
148 B
Plaintext
Raw Normal View History

2026-06-14 10:39:13 +02:00
__HOME_ZPROFILE_SOURCED=1
[[ -f "/etc/profile" ]] && emulate sh -c "source /etc/profile"
[[ -f "~/.profile" ]] && emulate sh -c "source ~/.profile"