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