aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-08-03 08:20:23 +0200
committerMathias Bynens <mathias@qiwi.be>2012-08-03 08:24:04 +0200
commit0b562461313e9f5a681633511f20cff3293255f8 (patch)
tree181aa59892d3e95e619f4a4dd7efcf1a5b149720 /.osx
parent96c2696096e9c3b140ba15420ca3877043550413 (diff)
downloaddotfiles-0b562461313e9f5a681633511f20cff3293255f8.tar.gz
dotfiles-0b562461313e9f5a681633511f20cff3293255f8.tar.bz2
dotfiles-0b562461313e9f5a681633511f20cff3293255f8.zip
.osx: Kill the affected applications by their new OS X 10.8 names as well
E.g. by killing both iCal and Calendar we support pre-OS X 10.8 and OS X 10.8 itself.
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 2 insertions, 1 deletions
diff --git a/.osx b/.osx
index 5cbff91..34d1e3d 100755
--- a/.osx
+++ b/.osx
@@ -418,7 +418,8 @@ defaults write com.twitter.twitter-mac HideInBackground -bool true
# Kill affected applications #
###############################################################################
-for app in Finder Dock Mail Safari iTunes iCal Address\ Book SystemUIServer Twitter; do
+for app in "Address Book" "Contacts" "iCal" "Calendar" "Dock" "Finder" "Mail" \
+ "Safari" "iTunes" "SystemUIServer" "Terminal" "Twitter"; do
killall "$app" > /dev/null 2>&1
done
echo "Done. Note that some of these changes require a logout/restart to take effect." \ No newline at end of file