diff --git a/etc_bash_rc b/etc_bash_rc index 9c12223..fed928f 100644 --- a/etc_bash_rc +++ b/etc_bash_rc @@ -1,6 +1,5 @@ #!/bin/bash -# Set other bashrc files -mkdir -p "/etc/bashrc.d" +# Load other bashrc files for bashrc_file in $(find /etc/bashrc.d -type f | sort | grep -v ~$) do if [ -n "${bashrc_file}" ]; then