aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-21 15:40:38 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-21 15:40:38 +1300
commit48c712e3295ef16090670727d65609e590148e78 (patch)
treeceed27893da46b4ddd207a671b2221b290407c4e /zsh
parentExclude .doc from blacklisted extensions (diff)
downloaddotfiles-48c712e3295ef16090670727d65609e590148e78.tar.gz
dotfiles-48c712e3295ef16090670727d65609e590148e78.zip
Not as heretical as I thought :(
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