-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup: fix incorrect parent PID detection bug
When Async ZLE helper code starts a coprocess it starts it in a subshell. This was at crossroads with assumption that the parent of the GoPrompt process is the user Shell. To remedy that add `--pid-parent-skip` option which is set to 1 to skip the extra subshell and render correct parent process name. NOTE: knowing the parent process is pretty handy to know if your session is nested.
- Loading branch information
1 parent
10fb8c4
commit 07c7d91
Showing
2 changed files
with
52 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters