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
2023-03-04 14:28:09 +01:00

1 line
43 B
Bash

for f in ~/.bashrc.d/*; do source $f; done