Skip to content

Re-add --parent-term-exit #333

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

Open
dreamgineer opened this issue Apr 5, 2025 · 0 comments
Open

Re-add --parent-term-exit #333

dreamgineer opened this issue Apr 5, 2025 · 0 comments
Labels
feature-request Request for new features or functionality

Comments

@dreamgineer
Copy link

dreamgineer commented Apr 5, 2025

Is your feature request related to a problem? Please describe.
I believe 7557064 was not meant to delete parent-term-exit from the code.

Describe the solution you'd like
Re-add pieces of code that made it happen.

Describe alternatives you've considered
.bashrc based conditional exit

Additional context
My current workaround is:

[ -f ~/.inshellisense/bash/init.sh ] && source ~/.inshellisense/bash/init.sh                                                                       
is                                                                                                                                                 
clear                                                                                                                                              
[ "$ISTERM" != "1" ] && exit
@dreamgineer dreamgineer added the feature-request Request for new features or functionality label Apr 5, 2025
@dreamgineer dreamgineer changed the title Re-add parent-exit-term Re-add --parent-term-exit Apr 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

1 participant