fish/functions/spotlight-off.fish @ b69dc77f379c

A bunch more crap
author Steve Losh <steve@stevelosh.com>
date Sat, 09 Apr 2016 22:11:59 +0000
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