On Tue, 2018-06-19 at 11:55 +0200, [email protected]
wrote:
> Hi!
> [...]
> I'm pretty sure you can just source the
> files under ~/.config/environment.d/ from ~/.bashrc though but I
> haven't bothered testing it.
Yep, this worked fine for me (in ~/.bashrc):
for f in ${HOME}/.config/environment.d/*.conf; do
source "${f}"
done
That way you get your shell session and the environment.d vars in sync.
_______________________________________________
gnome-shell-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/gnome-shell-list