fix: console security issue
the gui shell console wrote env stuff as `export`/`set` lines into the temp script opened by the terminal, letting shell history capture them. fixed now
this was not an issue for cli shell command, only gui shell operation. also appers to not be an issue on linux, just windows/mac