aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--zsh/zprofile2
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 25392266..7ba9936d 100644
--- a/Makefile
+++ b/Makefile
@@ -237,6 +237,7 @@ install-x :
install -pm 0644 -- X/xinitrc "$(HOME)"/.xinitrc
install-zsh :
+ install -pm 0644 -- zsh/zprofile "$(HOME)"/.zprofile
install -pm 0644 -- zsh/zshrc "$(HOME)"/.zshrc
test : test-sh test-bash test-bin test-urxvt
diff --git a/zsh/zprofile b/zsh/zprofile
new file mode 100644
index 00000000..69a77813
--- /dev/null
+++ b/zsh/zprofile
@@ -0,0 +1,2 @@
+exec bash -l
+