aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-01-05 00:18:22 -0800
committerMathias Bynens <mathias@qiwi.be>2012-01-05 00:18:22 -0800
commitc0fcbfd4b97f83005c60f8b6739512800702f834 (patch)
tree6423a165b58f9ff58ac160b1cbd4ff24c8e4a0dc
parent307c4257f2b627de8bb5e829c3ab9b1a4039c7f1 (diff)
parent49a471e28da78c9c761283e18b50914efe873b39 (diff)
downloaddotfiles-c0fcbfd4b97f83005c60f8b6739512800702f834.tar.gz
dotfiles-c0fcbfd4b97f83005c60f8b6739512800702f834.tar.bz2
dotfiles-c0fcbfd4b97f83005c60f8b6739512800702f834.zip
Merge pull request #37 from kitcambridge/patch-1
.osx: Restart the `SystemUIServer` and suppress `kill` output
-rwxr-xr-x.osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/.osx b/.osx
index 1781aab..46741c1 100755
--- a/.osx
+++ b/.osx
@@ -156,4 +156,4 @@ unset file
#echo "0x08000100:0" > ~/.CFUserTextEncoding
# Kill affected applications
-for app in Safari Finder Dock Mail; do killall "$app"; done \ No newline at end of file
+for app in Safari Finder Dock Mail SystemUIServer; do killall "$app" >/dev/null 2>&1; done \ No newline at end of file