> Would that mean to sorce all 17 profiles in one go? > or only two at a time? > > e.g. two profiles: > > `export > XDG_DATA_DIRS=$HOME/gfp/Projekte/Calibre:$HOME/gfp/Projekte/Emacs:$XDG_DATA_DIRS` > > > > > I don´t want to make a mistake that´s why I am asking beforehand. >
It's up to you, can be one profile per line, can be 17 in one go. Just separate them with `:`. Make sure to refer to the share folder of the profile, not the profile itself. Ie. `$HOME/gfp/Projekte/Calibre/share`. As you have a `for` for all of your profiles, maybe it would make sense to always prepend the project share folders one by one in there. Regards, Rutherther