Handling custom shell & Distrobox
How do I properly handle custom shells in Distrobox? I am using fish on the host (installed via Homebrew), I set it via Ptyxis. So whenever I create a new container I would need to create a new profile, use the Login Shell and then open the Container using the profile. In the container I create a symlink in
/home/linuxbrew/.linuxbrew/bin/fish that points to the Container's install of fish in /usr/bin/fish, is there an easier way? Kinda like a symlink on the host?