1
0
mirror of https://github.com/danbee/mac-setup synced 2025-03-04 08:39:10 +00:00

Oops, probably shouldn't restart Terminal.app here

This commit is contained in:
Daniel Barber 2019-04-22 16:06:01 -04:00
parent e2ccede2d9
commit 667b746f9b

View File

@ -606,7 +606,6 @@ for app in "Activity Monitor" \
"Photos" \
"Safari" \
"SystemUIServer" \
"Terminal" \
"iCal"; do
killall "${app}" &> /dev/null
done