Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 19924
Collapse All | Expand All

(-)/usr/portage/app-shells/zsh/files/zprofile (-1 / +5 lines)
Lines 1-6 Link Here
1
# /etc/zsh/zprofile
1
# /etc/zsh/zprofile
2
# $Header: /home/cvsroot/gentoo-x86/app-shells/zsh/files/zprofile,v 1.1 2003/07/23 17:48:19 usata Exp $
2
# $Header: /home/cvsroot/gentoo-x86/app-shells/zsh/files/zprofile,v 1.1 2003/07/23 17:48:19 usata Exp $
3
3
4
OPATH="${PATH}"
4
[[ -e "/etc/profile.env" ]] && source /etc/profile.env
5
[[ -e "/etc/profile.env" ]] && source /etc/profile.env
5
6
6
#077 would be more secure, but 022 is generally quite realistic
7
#077 would be more secure, but 022 is generally quite realistic
Lines 11-14 Link Here
11
else
12
else
12
	export PATH="/bin:/usr/bin:${PATH}"
13
	export PATH="/bin:/usr/bin:${PATH}"
13
fi
14
fi
14
unset ROOTPATH
15
16
PATH="${OPATH}:${PATH}"
17
typeset -U path
18
unset ROOTPATH OPATH

Return to bug 19924