fish/functions/spotlight-off.fish @ 532584aa6e20

Kill me
author Steve Losh <steve@stevelosh.com>
date Sun, 08 Oct 2017 16:28:27 -0400
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