From 667b746f9ba8b2c748b7b350c1bcc165796283b7 Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Mon, 22 Apr 2019 16:06:01 -0400 Subject: [PATCH] Oops, probably shouldn't restart Terminal.app here --- lib/macos.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/macos.sh b/lib/macos.sh index 8e809b9..43c069b 100755 --- a/lib/macos.sh +++ b/lib/macos.sh @@ -606,7 +606,6 @@ for app in "Activity Monitor" \ "Photos" \ "Safari" \ "SystemUIServer" \ - "Terminal" \ "iCal"; do killall "${app}" &> /dev/null done