psl-omi-provider icon indicating copy to clipboard operation
psl-omi-provider copied to clipboard

"TERM environment variable not set" when typing in "clear"

Open 0byt3 opened this issue 6 years ago • 1 comments

After setting up PSRP on Linux, I remote connected from windows and issued the clear command. When I do this the screen does not clear and I am given the error "TERM environment variable not set.". It is a minor thing, but I am interested to find out if there is a way to make the clear command over PSRP to Linux.

0byt3 avatar Jun 29 '18 15:06 0byt3

Try $env:TERM = "xterm"

karezza avatar Oct 01 '20 18:10 karezza