Hacker News new | ask | show | jobs
by tnzk 1515 days ago
On Mac I have aliases below:

  alias decafe='killall caffeinate'
  alias cafe='caffeinate -id'
which allows me to just '$ cafe' to keep it awake and '$ decafe' to stop it.