## DO NOT edit this file. Your changes will be overridden on package updates.
# Instead add your changes to a new profile script under /etc/profile.d/ (create this directory if it does not exist) for system wide use or
# ~/.zshrc.d for an individual user

# Begin /usr/share/defaults/etc/zprofile

# Warning: This should always be sourced. Do not remove this line, otherwise it will break the integrity of other packages which provide some scripts in /etc/profile.d/.
emulate sh -c 'source /usr/share/defaults/etc/profile'

if [ -f /etc/zprofile ]; then
    source /etc/zprofile
elif [ -f /etc/zsh/zprofile ]; then
    source /etc/zsh/zprofile
fi

# End /usr/share/defaults/etc/zprofile
