diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-01-05 00:18:22 -0800 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-01-05 00:18:22 -0800 |
commit | c0fcbfd4b97f83005c60f8b6739512800702f834 (patch) | |
tree | 6423a165b58f9ff58ac160b1cbd4ff24c8e4a0dc | |
parent | 307c4257f2b627de8bb5e829c3ab9b1a4039c7f1 (diff) | |
parent | 49a471e28da78c9c761283e18b50914efe873b39 (diff) | |
download | dotfiles-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 | .osx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |