From 3ed56f64536fc927764adbf9cea6bffc667630c1 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 9 May 2023 22:01:32 +0200 Subject: [PATCH] bash.bashrc --- bash.bashrc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bash.bashrc diff --git a/bash.bashrc b/bash.bashrc new file mode 100644 index 0000000..e90030d --- /dev/null +++ b/bash.bashrc @@ -0,0 +1,3 @@ +for file in /etc/bash.d/*.sh ; do + source "${file}" +done