diff options
Diffstat (limited to '.macos')
| -rwxr-xr-x | .macos | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -220,7 +220,16 @@ defaults write com.apple.AppStore InAppReviewEnabled -bool FALSE # Close affected applications ######################################################################### -apps=("Finder" "Dock" "Spotlight" "Siri" "Safari" "Terminal" "App Store" "System Settings") +apps=( + "Finder" + "Dock" + "Spotlight" + "Siri" + "Safari" + "Terminal" + "App Store" + "System Settings" +) for appname in "${apps[@]}"; do killall -q "$appname" || true |
