tango4567 / solutions

Here I am adding lots of different stuff. This is the collection of problems with their solutions. Most important please share good vibes and correct me if you found anything wrong here. Thanks in advance.
Apache License 2.0
5 stars 0 forks source link

How do I close the Terminal in OSX from the command line? #53

Closed tango4567 closed 1 year ago

tango4567 commented 1 year ago

After running exit command Terminal.app window didn't close?

$ exit
logout

[Process completed]
tango4567 commented 1 year ago

Source: StackoverFlow Actually, for this requirement, you should set some config to your Terminal. follow below instructions and you will close your Terminal just with an exit command.

  1. Open the Terminal and press ⌘+, to open the preferences window. then you will see below screen:

  2. Then press shell tab and you will see below screen:

  1. Now select Close if the shell exited cleanly for When the shell exits. Your Terminal is ready for the exit just with an exit command.