Is there an easier way to put flatpak-installed tools into my shell PATH than making little scripts or aliases like this?
#!/bin/sh
flatpak run io.atom.Atom "$@"
Hmm, I guess https://github.com/flatpak/flatpak/issues/1188#issuecomment-351963471 is halfway there, but still wants an alias for a convenient name.