Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add $fish_ppid ; PID of the parent process #6203

Closed
Clyybber opened this issue Oct 14, 2019 · 2 comments
Closed

Add $fish_ppid ; PID of the parent process #6203

Clyybber opened this issue Oct 14, 2019 · 2 comments

Comments

@Clyybber
Copy link

It would be a nice feature if fish provided $fish_ppid in addition to the already provided $fish_pid.
Bash and dash provide this in $PPID.

@faho
Copy link
Member

faho commented Oct 14, 2019

What would you want this for?

Note that it's already possible to get via ps -o ppid -p $fish_pid, and I don't think this needs to be optimized?

@Clyybber
Copy link
Author

Ah, I see. Yeah I agree. Sorry for the noise :)

@zanchey zanchey added this to the will-not-implement milestone Oct 20, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants