dotfiles/dotfiles/lib/shellrc.sh

4 lines
63 B
Bash

for filename in ~/.lib/shellrc/*; do
source $filename
done