aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-04-14 20:01:45 +0200
committerMathias Bynens <mathias@qiwi.be>2012-04-14 20:01:45 +0200
commit5c8ad0ea6ee5fdc1f376a892d6f94cfd5061c915 (patch)
tree0a68c1838085b6fd1cc52510bfc03b04f0602f85
parentbc6e238d479fc854a288b37828d560489b92f04e (diff)
downloaddotfiles-5c8ad0ea6ee5fdc1f376a892d6f94cfd5061c915.tar.gz
dotfiles-5c8ad0ea6ee5fdc1f376a892d6f94cfd5061c915.tar.bz2
dotfiles-5c8ad0ea6ee5fdc1f376a892d6f94cfd5061c915.zip
.osx: `killall` all affected apps
-rwxr-xr-x.osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/.osx b/.osx
index f608db3..483ec05 100755
--- a/.osx
+++ b/.osx
@@ -233,5 +233,5 @@ file=/Applications/Dropbox.app/Contents/Resources/check.icns
unset file
# Kill affected applications
-for app in Safari Finder Dock Mail SystemUIServer; do killall "$app" > /dev/null 2>&1; done
+for app in Finder Dock Mail Safari iTunes iCal Address\ Book SystemUIServer; 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