From b9a70bef199dafa6b31c869d5974733c121a4c03 Mon Sep 17 00:00:00 2001 From: lachtan Date: Sun, 6 Feb 2022 21:09:06 +0100 Subject: [PATCH] Fix don't show rc files loading --- bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/bashrc b/bashrc index 86de365..c5a5c2d 100644 --- a/bashrc +++ b/bashrc @@ -11,7 +11,6 @@ if [[ -z $LC_ALL ]]; then fi for rc_file in $WORKSPACE/rc/*.sh; do - echo "LOAD $rc_file" source $rc_file done