From 49a471e28da78c9c761283e18b50914efe873b39 Mon Sep 17 00:00:00 2001 From: Kit Cambridge Date: Wed, 4 Jan 2012 22:24:37 -0700 Subject: `.osx`: Restart the `SystemUIServer` and suppress `kill` output. --- .osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3