fish/functions/spotlight-off.fish @ 75191cd2829e

Just keep neorepl in here for now, whatever
author Steve Losh <steve@stevelosh.com>
date Thu, 27 Aug 2015 10:27:25 +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