Add shim for loading a local bashrc

This commit is contained in:
Ethan Paul
2025-11-11 14:26:19 -05:00
parent c158fb65c3
commit f6a2eaa26c

3
scripts.d/99-local.sh Normal file
View File

@@ -0,0 +1,3 @@
if [ -f ~/.bashrc_local ]; then
source ~/.bashrc_local
fi