1 line
43 B
Bash
1 line
43 B
Bash
for f in ~/.bashrc.d/*; do source $f; done
|
for f in ~/.bashrc.d/*; do source $f; done
|