Skip to content

Commit

Permalink
feat: disable display the annoying prompt when quitting iTerm2
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed Jun 27, 2024
1 parent 282a2ac commit 9f2ace6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iterm/com.googlecode.iterm2.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2136,6 +2136,8 @@
</dict>
<key>Print In Black And White</key>
<true/>
<key>PromptOnQuit</key>
<false/>
<key>SaveScrollBufferWhenClearing</key>
<true/>
<key>ShowFullScreenTabBar</key>
Expand Down
3 changes: 3 additions & 0 deletions iterm/settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ defaults write com.googlecode.iterm2.plist PrefsCustomFolder -string "~/.dotfile

# Tell iTerm2 to use the custom preferences in the directory
defaults write com.googlecode.iterm2.plist LoadPrefsFromCustomFolder -bool true

# Don’t display the annoying prompt when quitting iTerm2
defaults write com.googlecode.iterm2 PromptOnQuit -bool false

0 comments on commit 9f2ace6

Please sign in to comment.