From 81c785f04b1c09ba7ac8e5614aba98aa705d97e8 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Wed, 16 Dec 2020 00:33:15 +0100 Subject: [PATCH] bash: source all files under ~/.local/etc/bash --- roles/bash/files/profile | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/roles/bash/files/profile b/roles/bash/files/profile index 2966996..e972eab 100644 --- a/roles/bash/files/profile +++ b/roles/bash/files/profile @@ -444,11 +444,15 @@ colortest() { stty -ixon # disable ctrl-s and ctrl-q _update_colors "${BACKGROUND:-dark}" -# shellcheck disable=SC1090 -while read -r f; do [ -f "$f" ] && source "$f"; done <