Files
nixos-config/config/shell/zsh/.zprofile
T

7 lines
233 B
Bash
Raw Normal View History

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