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