mirror of
https://gitlab.com/octospacc/Configs.git
synced 2024-12-22 12:44:03 +01:00
5 lines
42 B
Plaintext
5 lines
42 B
Plaintext
|
for f in ~/.dotfiles/*
|
||
|
do
|
||
|
source $f
|
||
|
done
|