1 # /etc/zsh/zprofile: system-wide .zprofile file for zsh(1).
3 # This file is sourced only for login shells (i.e. shells
4 # invoked with "-" as the first character of argv[0], and
5 # shells invoked with the -l flag.)
7 # Global Order: zshenv, zprofile, zshrc, zlogin
9 emulate sh -c 'source /etc/profile'