aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index da6b043a..60fec019 100644
--- a/Makefile
+++ b/Makefile
@@ -394,7 +394,10 @@ install-yash : check-yash install-sh
install -pm 0644 -- yash/yashrc.d/* "$(HOME)"/.yashrc.d
install-zsh : check-zsh install-sh
- install -m 0755 -d -- "$(HOME)"/.zshrc.d
+ install -m 0755 -d -- \
+ "$(HOME)"/.profile.d \
+ "$(HOME)"/.zshrc.d
+ install -pm 0644 -- zsh/profile.d/* "$(HOME)"/.profile.d
install -pm 0644 -- zsh/zprofile "$(HOME)"/.zprofile
install -pm 0644 -- zsh/zshrc "$(HOME)"/.zshrc
install -pm 0644 -- zsh/zshrc.d/* "$(HOME)"/.zshrc.d