aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorKit Cambridge <kitcambridge@me.com>2012-01-04 22:24:37 -0700
committerKit Cambridge <kitcambridge@me.com>2012-01-04 22:24:37 -0700
commit49a471e28da78c9c761283e18b50914efe873b39 (patch)
tree6423a165b58f9ff58ac160b1cbd4ff24c8e4a0dc /.osx
parent307c4257f2b627de8bb5e829c3ab9b1a4039c7f1 (diff)
downloaddotfiles-49a471e28da78c9c761283e18b50914efe873b39.tar.gz
dotfiles-49a471e28da78c9c761283e18b50914efe873b39.tar.bz2
dotfiles-49a471e28da78c9c761283e18b50914efe873b39.zip
`.osx`: Restart the `SystemUIServer` and suppress `kill` output.
Diffstat (limited to '.osx')
-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