bash.bashrc

This commit is contained in:
Marc Beninca 2023-05-09 22:01:32 +02:00
parent e221bf5dfd
commit 3ed56f6453

3
bash.bashrc Normal file
View file

@ -0,0 +1,3 @@
for file in /etc/bash.d/*.sh ; do
source "${file}"
done