mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
|
set -o allexport
|
||
|
. ~/.config/environment.d/*.conf
|
||
|
set +o allexport
|
||
|
|
||
|
# vim: ft=sh
|