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