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