I’ve been toying with Fedora Silverblue since two days, and I must say this is the most thrilling new thing since a lot of time.
I’m now trying to adapt my old workflows to operate with Silverblue.
At the moment I’m stuck with running a script when I’m entering a specific toolbox. For instance, in my python-dev toolbox container, I would like to automatically load virtualenvwrapper related scripts.
On my old non-silverblue installation, it was done in my .bashrc file because virtualenvwrapper was installed system wide. But putting it in the .bashrc shared with multiple containers and the host system seems wrong to me.
Did anything come of this? I would like to automatically modify the prompt within each toolbox so it includes the container name, so I can more easily keep track of which toolbox I am in.