add modular bashrc
This commit is contained in:
parent
3391f67080
commit
04aba0d670
16 changed files with 49 additions and 21 deletions
1
roles/bash/files/bashrc
Normal file
1
roles/bash/files/bashrc
Normal file
|
@ -0,0 +1 @@
|
|||
for f in ~/.bashrc.d/*; do source $f; done
|
Reference in a new issue