From 3bd8330d10b945511f38535d9977a80f24854222 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 16 Aug 2024 21:17:51 -0300 Subject: Add config files and install them under $(SYSCONFDIR) --- src/profile.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/profile.sh (limited to 'src/profile.sh') diff --git a/src/profile.sh b/src/profile.sh new file mode 100644 index 0000000..1dca8b2 --- /dev/null +++ b/src/profile.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +# shellcheck source=/dev/null +. /etc/rc +ln -fs .profile .bashrc -- cgit v1.2.3