aboutsummaryrefslogtreecommitdiff
path: root/zsh/zprofile
blob: 95214ef63c70f5afdb56a6de778e660d092d79a4 (plain) (blame)
1
2
3
4
5
# Zsh doesn't source ~/.profile by default, even when this file is absent.
# <https://sanctum.geek.nz/images/identifying-heresy.jpg>
if [[ -e $HOME/.profile ]] ; then
    source "$HOME"/.profile
fi