From 4cbbd121c012b3962f12fdff0f1820c3b8636a44 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 30 Jul 2016 01:17:09 +1200 Subject: Move bash completion setup into separate dir --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 06b87ef6..c620e785 100644 --- a/Makefile +++ b/Makefile @@ -114,13 +114,15 @@ install-bash : test-bash install -m 0755 -d -- \ "$(HOME)"/.config \ "$(HOME)"/.bashrc.d \ - "$(HOME)"/.bash_profile.d + "$(HOME)"/.bash_profile.d \ + "$(HOME)"/.bash_completion.d install -pm 0644 -- bash/bashrc "$(HOME)"/.bashrc install -pm 0644 -- bash/bashrc.d/* "$(HOME)"/.bashrc.d install -pm 0644 -- bash/bash_profile "$(HOME)"/.bash_profile install -pm 0644 -- bash/bash_profile.d/* "$(HOME)"/.bash_profile.d install -pm 0644 -- bash/bash_logout "$(HOME)"/.bash_logout install -pm 0644 -- bash/bash_completion "$(HOME)"/.config/bash_completion + install -pm 0644 -- bash/bash_completion.d/* "$(HOME)"/.bash_completion.d install-bin : test-bin install-bin-man install -m 0755 -d -- "$(HOME)"/.local/bin -- cgit v1.2.3