Konsole not showing prompt on Plasma Wayland

I hadn't tried Plasma Wayland in a while, so this is probably not a recent issue, but when I start Konsole in a Wayland session I get no prompt, because the PS1 environment variable is not set, whereas on an X11 session is shows just fine; note that input works normally, and if I enter
export PS1="[\u@\h \W]\\$ "
in the Wayland session the prompt appears. Also, if I enter 'su -' the root prompt appears as well (not with just 'su').
I assume this is due to the difference in how X11 and Wayland sessions load their environment variables, but I couldn't really find which configuration file is used for X11 and not for Wayland. First of all, I would like to know if anybody else has the same issue (in which case I'll just use a workaround until it's fixed); if not, I'd like to ask for help in figuring out what's wrong with my setup.
Thanks in advance
export PS1="[\u@\h \W]\\$ "
in the Wayland session the prompt appears. Also, if I enter 'su -' the root prompt appears as well (not with just 'su').
I assume this is due to the difference in how X11 and Wayland sessions load their environment variables, but I couldn't really find which configuration file is used for X11 and not for Wayland. First of all, I would like to know if anybody else has the same issue (in which case I'll just use a workaround until it's fixed); if not, I'd like to ask for help in figuring out what's wrong with my setup.
Thanks in advance