As an example, I have installed `lsd` via brew and aliased `ls` to that. I want to use `lsd` only, i
As an example, I have installed
Now I decide to switch to some other thing instead of
It would be nice if I could just set up my .zshrc or whatever and then somehow have it always work inside containers with no fuss. Because really when I'm developing in a container, I am trying to isolate deps and files; I'm not trying to have a unique shell in there with its own utilities
lsd via brew and aliased ls to that. I want to use lsd only, including inside containers. I set up all my containers and install lsd inside all of them.Now I decide to switch to some other thing instead of
lsd. I have to go into every container again and install the new thing. It would be nice if I could just set up my .zshrc or whatever and then somehow have it always work inside containers with no fuss. Because really when I'm developing in a container, I am trying to isolate deps and files; I'm not trying to have a unique shell in there with its own utilities



