From ab67c7ca6f0191d2c47f2e07731ca084559f9c4f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 27 Aug 2016 15:54:13 +1200 Subject: Port Bash prompt to Zsh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 \ -- cgit v1.2.3