From 3eae2889cd0c50621b7219dc1c6b79f488b90021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 8 Apr 2021 11:13:49 +0200 Subject: Move most of the shellrc files outside of /etc The /etc is not updated automatically as that is place for configuration files. Deploying it to different location makes a lot of more sense. --- bashrc.d/shellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc.d') diff --git a/bashrc.d/shellrc b/bashrc.d/shellrc index 9aef21c..e938444 100644 --- a/bashrc.d/shellrc +++ b/bashrc.d/shellrc @@ -1,5 +1,5 @@ # vim: ft=sh -for sh in /etc/shellrc.d/*; do +for sh in /usr/share/shellrc/*; do [ -r "$sh" ] && . "$sh" done -- cgit v1.2.3