I use several symlinks in my root directory usually pointing somewhere into /home directory. I can keep projects organized in directories, but I still have quick (terminal) access to them.
e.g.:
/g -> /home/z/projects/kotlin/TheGame
But for snap applications, these symlinks are not visible.
Does exist any way how to globally add such symlinks (/bind mounts/another solution) to snap applications?
Thanks