fish/functions/spotlight-off.fish @ d66bfb2537fe

more shit
author Steve Losh <steve@stevelosh.com>
date Mon, 13 Jan 2014 09:55:17 -0500
parents (none)
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