mirror of
https://github.com/materusPL/nixos-config
synced 2026-07-02 04:36:41 +00:00
7 lines
233 B
Bash
7 lines
233 B
Bash
__HOME_ZPROFILE_SOURCED=1
|
|
[[ -f "$ZSH_DATA_DIR/nix_profile.sh" ]] && source "$ZSH_DATA_DIR/nix_profile.sh"
|
|
[[ -f "/etc/profile" ]] && emulate sh -c "source /etc/profile"
|
|
[[ -f "~/.profile" ]] && emulate sh -c "source ~/.profile"
|
|
|
|
|