Skip to content

Commit

Permalink
Use "custom" locale in iterm2
Browse files Browse the repository at this point in the history
This is potentially a bug in the current iTerm version: set the language
to `en-US.UTF-8` - just to silence a popup on start, that the
computer's current language settings cannot be found.
  • Loading branch information
klappradla committed Jul 3, 2024
1 parent cd46ded commit 3cd4f08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion iterm/com.googlecode.iterm2.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1240,6 +1240,8 @@
<string>No</string>
<key>Custom Directory</key>
<string>Recycle</string>
<key>Custom Locale</key>
<string>en_US.UTF-8</string>
<key>Default Bookmark</key>
<string>No</string>
<key>Disable Printing</key>
Expand Down Expand Up @@ -1691,7 +1693,7 @@
<key>Send Idle Alert</key>
<false/>
<key>Set Local Environment Vars</key>
<true/>
<integer>2</integer>
<key>Shortcut</key>
<string></string>
<key>Silence Bell</key>
Expand Down

0 comments on commit 3cd4f08

Please sign in to comment.