Skip to content

Instantly share code, notes, and snippets.

@startergo
Created April 17, 2021 20:10
Show Gist options
  • Save startergo/56a9055a50c016d98b51b62515573076 to your computer and use it in GitHub Desktop.
Save startergo/56a9055a50c016d98b51b62515573076 to your computer and use it in GitHub Desktop.
Turn PreventUserIdleSystemSleep and PreventUserIdleDisplaySleep into a BASH alias sleepless
alias sleepless="pmset -g assertions | egrep '(PreventUserIdleSystemSleep|PreventUserIdleDisplaySleep)'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment