This repository has been archived on 2024-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
setup/roles/bash/files/bashrc

2 lines
43 B
Bash
Raw Normal View History

2023-03-04 13:28:09 +00:00
for f in ~/.bashrc.d/*; do source $f; done