aboutsummaryrefslogtreecommitdiff
path: root/zsh/zprofile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-15 10:45:44 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-15 10:45:44 +1200
commit34718fe355308b03c4eecdca9dc69bb22ded433a (patch)
treef877925eefc7e391e86c52efdca9c47cc682e229 /zsh/zprofile
parentChange rule order in kvlt(6) (diff)
downloaddotfiles-34718fe355308b03c4eecdca9dc69bb22ded433a.tar.gz
dotfiles-34718fe355308b03c4eecdca9dc69bb22ded433a.zip
Instate some actual real zsh configuration
Diffstat (limited to 'zsh/zprofile')
-rw-r--r--zsh/zprofile6
1 files changed, 5 insertions, 1 deletions
diff --git a/zsh/zprofile b/zsh/zprofile
index b61ca248..95214ef6 100644
--- a/zsh/zprofile
+++ b/zsh/zprofile
@@ -1 +1,5 @@
-exec bash -l
+# 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