-
Notifications
You must be signed in to change notification settings - Fork 56
Description
Hi,
I'm trying to use Win-Sudo on Git For Windows 2.32 through Windows Terminal using the native profile created during ( and offered through ) the installer. Overall the whole integration works fine, although win-sudo seems to apparently hang with no reply doesn't matter which command you run: su
, sudo bash
or whatever.
Have you ever tested this scenario and can you suggest please how to get it running? On my own end I dumped the printenv
variables and the only difference I noticed was these two missing lines between each other, which are declared in Git Bash, but are NOT on Windows Terminal
TERM_PROGRAM=mintty
TERM_PROGRAM_VERSION=3.5.0
I would appreciate if you could find some time to check this, otherwise I'll try to fire a PR as soon as I'll find some time to work on it.
Thank you in advance,
Julian