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