From 0866ff78fd3b139f59d41a4cb08cd71507f4cb89 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Fri, 19 Dec 2014 09:36:33 +0100 Subject: .osx: Revert to plain `killall` without `-HUP` This reverts commit 07cd2632f56be58a5c1ba41a830e537e34f24e5f. Ref. #469. --- .osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.osx b/.osx index dc7df54..857e777 100755 --- a/.osx +++ b/.osx @@ -745,6 +745,6 @@ defaults write com.twitter.twitter-mac HideInBackground -bool true for app in "Activity Monitor" "Address Book" "Calendar" "Contacts" "cfprefsd" \ "Dock" "Finder" "Mail" "Messages" "Safari" "SizeUp" "SystemUIServer" \ "Terminal" "Transmission" "Twitter" "iCal"; do - killall -HUP "${app}" > /dev/null 2>&1 + killall "${app}" > /dev/null 2>&1 done echo "Done. Note that some of these changes require a logout/restart to take effect." -- cgit v1.2.3