Files
toolbox-dev-env/shell/scripts.d/99-local.sh

4 lines
60 B
Bash
Raw Normal View History

2025-11-11 14:26:19 -05:00
if [ -f ~/.bashrc_local ]; then
source ~/.bashrc_local
fi