mirror of
https://github.com/materusPL/nixos-config
synced 2026-07-09 15:41:57 +00: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" |