From 22025660544a985d2d6f99cd347649566af7c048 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Sun, 10 Sep 2023 12:44:53 +0300 Subject: [PATCH] remove mkdir --- etc_bash_rc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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