Files
toolbox-dev-env/scripts.d/99-local.sh
2025-11-11 14:26:19 -05:00

4 lines
60 B
Bash

if [ -f ~/.bashrc_local ]; then
source ~/.bashrc_local
fi