My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/applications/terminal-emulators/iterm2/disable_updates.patch

11 lines
719 B

--- iTerm2/sources/iTermPreferences.m 2016-06-23 16:55:28.000000000 +0200
+++ iTerm2/sources/iTermPreferences.m 2016-06-23 16:55:42.000000000 +0200
@@ -189,7 +189,7 @@
kPreferenceKeyInstantReplayMemoryMegabytes: @4,
kPreferenceKeySavePasteAndCommandHistory: @NO,
kPreferenceKeyAddBonjourHostsToProfiles: @NO,
- kPreferenceKeyCheckForUpdatesAutomatically: @YES,
+ kPreferenceKeyCheckForUpdatesAutomatically: @NO,
kPreferenceKeyCheckForTestReleases: @NO,
kPreferenceKeyLoadPrefsFromCustomFolder: @NO,
kPreferenceKeyNeverRemindPrefsChangesLostForFileHaveSelection: @NO,