Mac OSXでTerminalをexitしたら閉じるようにする方法
Posted: Updated:
Mac OSX の Terminal.app で exit したらウインドウを閉じる
macのターミナル exitって打ったらとじてくれたほうが嬉しいんだけど。
たしかに、自分も気になっていたのでちょちょい調べてみましたメモ。
Terminal window close on shell exit - macosx.com
The setting is still there...
Point your favourite text editor to
~/Library/Preferences/com.apple.Terminal.plist
Find the rows:
<key>ShellExitAction</key>
<integer>2</integer>
change the 2 to a 1 and restart the terminal app..
ということらしいのでレッツトライ。
~/Library/Preferences/com.apple.Terminal.plistを編集
Property List Editorなどで編集します。XMLとしてテキストエディタでも編集可能。
- Root
- Window Settings
- ????? ( 任意のテーマ )
- shellExitAction ( 無ければ作る )
- ????? ( 任意のテーマ )
- Window Settings
shellExitAction ( Number )を、 2 から 1 に変更してplistファイルを保存後に、Terminalを再起動。これでexitしたらウインドウ(またはタブ)が閉じるようになりました。
※plistファイルはちゃんと保存する必要があります! @issm さんにアドバイスいただいて「変更して保存後に、再起動」と書き直しました。ありがとうございます〜。
あ、逆路線でVisorでTerminal開きっぱなしってのもステキな感じです。自分は主にこっち。(*´▽`)