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