More helpful documentation in .osx.
This commit is contained in:
@@ -11,17 +11,18 @@
|
||||
# @author Jeff Geerling, 2014
|
||||
# Based on .osx file from https://github.com/mathiasbynens/dotfiles.
|
||||
|
||||
# Get admin password for sudo.
|
||||
# Get admin password for sudo
|
||||
sudo -v
|
||||
|
||||
# Update existing `sudo` timestamp until `.osx` has finished.
|
||||
# Update existing `sudo` timestamp until `.osx` has finished
|
||||
while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null &
|
||||
|
||||
###############################################################################
|
||||
# General UI/UX #
|
||||
###############################################################################
|
||||
|
||||
# Set standby delay to 24 hours (default is 1 hour).
|
||||
# Set standby delay to 24 hours (default is 1 hour)
|
||||
# You can check current values with `pmset -g`.
|
||||
sudo pmset -a standbydelay 86400
|
||||
|
||||
# Expand save panel by default
|
||||
|
||||
Reference in New Issue
Block a user