Re: How to extend the PATH environment variable in Gnome Shell on Wayland
- From: mattias jc bengtsson gmail com
- To: cedlemo <cedlemo gmx com>, gnome-shell-list gnome org
- Subject: Re: How to extend the PATH environment variable in Gnome Shell on Wayland
- Date: Tue, 19 Jun 2018 12:29:05 +0200
On Tue, 2018-06-19 at 11:55 +0200, mattias jc bengtsson gmail com
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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]