aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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