mirror of
https://github.com/owenlejeune/zsh-plugins.git
synced 2025-11-17 21:10:54 -05:00
6 lines
109 B
Bash
6 lines
109 B
Bash
alias allowanywhere="sudo spctl --master-disable"
|
|
|
|
function screensaver() {
|
|
open -a ScreenSaverEngine.app
|
|
}
|