ed0914b163
enable build for CentOS, fix deps for fdupes OBS-URL: https://build.opensuse.org/request/show/74829 OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=73
12 lines
168 B
Plaintext
12 lines
168 B
Plaintext
#
|
|
# /etc/zprofile and ~/.zprofile are run for login shells
|
|
#
|
|
|
|
PATH="$PATH:$HOME/bin"
|
|
export PATH
|
|
|
|
# source profile
|
|
if [ -f /etc/profile ]; then
|
|
source /etc/profile
|
|
fi
|