Skip to content

Commit

Permalink
no longer setting hibernatemode to 0 (keep default 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomantic committed Feb 10, 2017
1 parent 2ca3a8c commit 871fbf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
* fix passwordless sudo for Sierra (optional)
* prompt to overwrite /etc/hosts with someonewhocares.org hosts file (saved in ./configs/hosts in this project)
* fix default wallpaper in Sierra (Sierra 2)
* remove sudden motion disable (already disabled: https://github.com/mathiasbynens/dotfiles/pull/755/files)
* no longer setting hibernation mode to 0 (leaving default 3): https://github.com/mathiasbynens/dotfiles/commit/a3f91f67e07b6b31760b52320e0e890f93ff4e97#commitcomment-20715991

## v4.3.0
* vim installation fix
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -401,8 +401,8 @@ defaults write com.apple.LaunchServices LSQuarantine -bool false
running "Disable local Time Machine snapshots"
sudo tmutil disablelocal;ok

running "Disable hibernation (speeds up entering sleep mode)"
sudo pmset -a hibernatemode 0;ok
# running "Disable hibernation (speeds up entering sleep mode)"
# sudo pmset -a hibernatemode 0;ok

running "Remove the sleep image file to save disk space"
sudo rm -rf /Private/var/vm/sleepimage;ok
Expand Down

0 comments on commit 871fbf4

Please sign in to comment.