diff options
| author | Zhineng Li <[email protected]> | 2026-01-09 10:26:06 +0800 |
|---|---|---|
| committer | Zhineng Li <[email protected]> | 2026-01-09 10:26:06 +0800 |
| commit | afcaa7f6aedbfcd01931894e94de4a2069f32883 (patch) | |
| tree | 3ef6f7ad42886ca9c20a90cfd21d9286eab38a0d | |
| parent | 879ad0b81c16831f9457d33016cef4e2213df44e (diff) | |
Split app list into multiple lines for better readability
| -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 |
