From afcaa7f6aedbfcd01931894e94de4a2069f32883 Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Fri, 9 Jan 2026 10:26:06 +0800 Subject: Split app list into multiple lines for better readability --- .macos | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3