6 lines
157 B
Bash
6 lines
157 B
Bash
# Source the /etc/profile - done here since we want it to be done as the first
|
|
# thing the zsh does.
|
|
setopt nonomatch
|
|
source /etc/profile
|
|
unsetopt nonomatch
|