Files
zsh-plugins/macos/macos.plugin.zsh
2020-03-01 17:47:25 -05:00

6 lines
109 B
Bash

alias allowanywhere="sudo spctl --master-disable"
function screensaver() {
open -a ScreenSaverEngine.app
}