81b5c7e539
Copy from shells/zsh based on submit request 18109 from user hennevogel OBS-URL: https://build.opensuse.org/request/show/18109 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zsh?expand=0&rev=12
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
|