fish/functions/spotlight-off.fish @ 8324a5a60426

Reimplement grep
author Steve Losh <steve@stevelosh.com>
date Fri, 21 Dec 2018 18:52:47 -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