aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-01 14:17:34 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-01 14:17:34 +1200
commit0f58ef179bf551728d0d1a526358057155df030d (patch)
tree02965879afe9f631ff39d8f97842295b86a8256e /Makefile
parentCorrect completions for declare, typeset etc (diff)
parentMerge branch 'master' into zsh (diff)
downloaddotfiles-0f58ef179bf551728d0d1a526358057155df030d.tar.gz
dotfiles-0f58ef179bf551728d0d1a526358057155df030d.zip
Merge branch 'zsh'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b06a8344..d83d3dba 100644
--- a/Makefile
+++ b/Makefile
@@ -356,8 +356,10 @@ install-yash : check-yash install-sh
install -pm 0644 -- yash/yash_profile "$(HOME)"/.yash_profile
install-zsh : install-sh
+ install -m 0755 -d -- "$(HOME)"/.zshrc.d
install -pm 0644 -- zsh/zprofile "$(HOME)"/.zprofile
install -pm 0644 -- zsh/zshrc "$(HOME)"/.zshrc
+ install -pm 0644 -- zsh/zshrc.d/* "$(HOME)"/.zshrc.d
check : check-bash \
check-bin \