-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
'spotify quit' quits closes terminal window as well #97
Comments
It is not the intended behaviour, and I am not able to reproduce it in my setup (where it simply closes spotify as it should). I am running |
Maybe it's a problem with iTerm then, I'll see if I can look into it but I don't know much, if any, shell. Edit: I changed the "exit 1" to "break" in the case (switch?) statement where all the commands are handled and it seems to still work fine. |
In iTerm2 v3.1.6 using bash shell, |
I recently merged a PR that prompted me to review and clean up the use of This particular case, I've used Hopefully this fixes your case too. |
I ran into this issue yesterday using the built in terminal app on macOS running zsh. I used @ryanyz10 's fix and made a gif of it in case anyone else runs into this issue. |
Some weird behavior I've bee running into: 'spotify quit' also closes my terminal window that I'm working in. Is this expected behavior or a bug?
Shell is zsh, terminal is iTerm2.
The text was updated successfully, but these errors were encountered: