Add sourcing of the shared RC file if it exists.

This commit is contained in:
2026-03-23 12:14:58 -07:00
parent 22a74506fd
commit a1bbcdc804

View File

@@ -1114,6 +1114,10 @@
done; done;
} }
alias try="loop " alias try="loop "
source_shared: |
if [ -f ~/.rc_shared ]; then
. ~/.rc_shared
fi
- name: General | Account Management | Users | Files | Common Variable - name: General | Account Management | Users | Files | Common Variable
@@ -1199,6 +1203,7 @@
{{ alias_flatpak_clean }} {{ alias_flatpak_clean }}
{{ alias_commit }} {{ alias_commit }}
{{ function_loop }} {{ function_loop }}
{{ source_shared }}
- name: General | Account Management | Users | Files | .bashrc - name: General | Account Management | Users | Files | .bashrc
blockinfile: blockinfile: