fish/functions/spotlight-off.fish @ dc84e832fade

more fuckery
author Steve Losh <steve@stevelosh.com>
date Mon, 24 Feb 2014 12:42:57 -0500
parents d66bfb2537fe
children (none)
function spotlight-off -d "Turn off Spotlight indexing"
    sudo mdutil -a -i off
    and sudo mv /System/Library/CoreServices/Search.bundle/ /System/Library/CoreServices/SearchOff.bundle/
    and killall SystemUIServer
end