sup icon indicating copy to clipboard operation
sup copied to clipboard

set the SUP_HOST to remote host when local:

Open zxl777 opened this issue 6 years ago • 0 comments

We sometimes have to do some local operations on the remote host and need to know the remote host address.

test:
    local: echo $SUP_HOST

now show the

root@localhost | localhost

If show the remote host will be better

root@localhost | xxx.xxx.xxx.xxx

zxl777 avatar Jul 29 '18 10:07 zxl777