summaryrefslogtreecommitdiffstats
path: root/.zprofile
blob: 214f6de300c9f77ee4cce22c915647ebe82fe235 (plain) (blame)
1
2
3
4
5
6
7
#!zsh -l

if test -f "$HOME"/.profile
then
	emulate sh -c '. $HOME/.profile'
fi