From 48c712e3295ef16090670727d65609e590148e78 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 21 Dec 2016 15:40:38 +1300 Subject: Not as heretical as I thought :( --- zsh/zprofile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zsh/zprofile b/zsh/zprofile index f488426c..65586fe2 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -1,3 +1,2 @@ -# Zsh doesn't source ~/.profile by default, even when this file is absent. -# +# Source ~/.profile, since Zsh doesn't do this by default [[ -e $HOME/.profile ]] && source "$HOME"/.profile -- cgit v1.2.3