summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.macos11
1 files changed, 10 insertions, 1 deletions
diff --git a/.macos b/.macos
index 56a34a6..8fc4ffa 100755
--- a/.macos
+++ b/.macos
@@ -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