From ec493f5b1bb1650ef4d293291105430c3a982c08 Mon Sep 17 00:00:00 2001 From: Craig Davison Date: Sun, 28 Feb 2016 13:51:51 +0000 Subject: .osx: Remove duplicate `disablelocal` setting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This setting is already set under the “Time Machine” section. Closes #631. --- .osx | 3 --- 1 file changed, 3 deletions(-) diff --git a/.osx b/.osx index 3fa0ac5..e7b0bc9 100755 --- a/.osx +++ b/.osx @@ -133,9 +133,6 @@ defaults write NSGlobalDomain NSAutomaticDashSubstitutionEnabled -bool false # SSD-specific tweaks # ############################################################################### -# Disable local Time Machine snapshots -sudo tmutil disablelocal - # Disable hibernation (speeds up entering sleep mode) sudo pmset -a hibernatemode 0 -- cgit v1.2.3