From a1bbcdc8040a1cfaa59a0bfa29fea975798674d0 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 23 Mar 2026 12:14:58 -0700 Subject: [PATCH] Add sourcing of the shared RC file if it exists. --- tasks/general/acct_mgmt/users.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index 699bccc..ed9c866 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -1114,6 +1114,10 @@ done; } alias try="loop " + source_shared: | + if [ -f ~/.rc_shared ]; then + . ~/.rc_shared + fi - name: General | Account Management | Users | Files | Common Variable @@ -1199,6 +1203,7 @@ {{ alias_flatpak_clean }} {{ alias_commit }} {{ function_loop }} + {{ source_shared }} - name: General | Account Management | Users | Files | .bashrc blockinfile: