mirror of
https://github.com/materusPL/nixos-config
synced 2026-06-18 16:37:21 +02:00
3 lines
148 B
Plaintext
3 lines
148 B
Plaintext
|
|
__HOME_ZPROFILE_SOURCED=1
|
||
|
|
[[ -f "/etc/profile" ]] && emulate sh -c "source /etc/profile"
|
||
|
|
[[ -f "~/.profile" ]] && emulate sh -c "source ~/.profile"
|