Fix don't show rc files loading

This commit is contained in:
lachtan
2022-02-06 21:09:06 +01:00
parent 5ebd610982
commit b9a70bef19

1
bashrc
View File

@@ -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