From 4e348141388f4006229918454e12356773f418d6 Mon Sep 17 00:00:00 2001 From: Andrea Rogers Date: Fri, 5 Apr 2024 22:02:13 -0500 Subject: [PATCH] GNUmakefile: Install $HOME .bashrc on Linux and BSD --- GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 6010884..a163d28 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -36,6 +36,9 @@ profileds: $(PROFILEDS) $(HOME)/.profile: $(PROFILE) cp $< $@ +$(HOME)/.bashrc: .bashrc + cp $< $@ + /opt/local/etc/bashrc: .bashrc sudo cp $< $@