gitHUD
gitHUD copied to clipboard
Separate instance of githudd is started when entering directory with sudo
This is continuing the discussion at https://github.com/gbataille/gitHUD/pull/38#issuecomment-1259009417
When entering a repository, githud spawns a githudd background process. Running sudo -Es in the repo to open a privileged shell in the repo spawns another one.
hum... If I remember well, I use something linked to the tty ... that's an interesting case. I'll try to have a look