aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-27 15:54:13 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-27 15:54:13 +1200
commitab67c7ca6f0191d2c47f2e07731ca084559f9c4f (patch)
treedf8f50ead59fd76479ef1928059a6f4dba74888c /Makefile
parentUse command -p to find tty(1) (diff)
downloaddotfiles-ab67c7ca6f0191d2c47f2e07731ca084559f9c4f.tar.gz
dotfiles-ab67c7ca6f0191d2c47f2e07731ca084559f9c4f.zip
Port Bash prompt to Zsh
Somewhat naïvely; just quick searches of `man zshall`. I'm sure some of the stuff I removed has analogous features or that they can be implemented.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d5a3858a..485ac2a8 100644
--- a/Makefile
+++ b/Makefile
@@ -332,8 +332,10 @@ install-x :
install -pm 0644 -- X/Xresources.d/* "$(HOME)"/.Xresources.d
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 \