diff --git a/scripts.d/99-local.sh b/scripts.d/99-local.sh new file mode 100644 index 0000000..204d4c7 --- /dev/null +++ b/scripts.d/99-local.sh @@ -0,0 +1,3 @@ +if [ -f ~/.bashrc_local ]; then + source ~/.bashrc_local +fi