[zsh] Remove all the ShellLog calls -- just too slow :(

This commit is contained in:
Eryn Wells 2022-01-22 09:39:51 -08:00
parent a13ecc9e4d
commit 1c80ab1de4
16 changed files with 0 additions and 38 deletions

View file

@ -7,14 +7,12 @@ autoload darwin_configure_screenshots_directory
function darwin_init_once
{
# Dim dock icons of apps that have been hidden.
ShellLog "Auto-hiding Dock"
defaults write com.apple.Dock showhidden -boolean yes
killall Dock
darwin_configure_screenshots_directory
# See https://techstuffer.com/this-app-is-damaged-error-macos-sierra/
ShellLog "Disabling overly restrictive Gatekeeper"
sudo spctl --master-disable
}