fish/functions/spotlight-off.fish @ 5311f9e651b7

Fuck You Complete Me
author Steve Losh <steve@stevelosh.com>
date Sun, 02 Mar 2014 17:20:02 -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