aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zprofile3
1 files changed, 1 insertions, 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.
-# <https://sanctum.geek.nz/images/identifying-heresy.jpg>
+# Source ~/.profile, since Zsh doesn't do this by default
[[ -e $HOME/.profile ]] && source "$HOME"/.profile