e653e3c197fe

Merge.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 16 Apr 2012 10:16:47 -0400
parents 19d2579685cc (diff) c84b84dbac40 (current diff)
children 8a238ba78698 294978923007
branches/tags (none)
files

Changes

--- a/zsh/misc.zsh	Mon Apr 16 10:15:30 2012 -0400
+++ b/zsh/misc.zsh	Mon Apr 16 10:16:47 2012 -0400
@@ -14,6 +14,7 @@
 
 alias spotlight-off='sudo mdutil -a -i off && sudo mv /System/Library/CoreServices/Search.bundle/ /System/Library/CoreServices/SearchOff.bundle/ && killall SystemUIServer'
 alias spotlight-on='sudo mdutil -a -i on && sudo mv /System/Library/CoreServices/SearchOff.bundle/ /System/Library/CoreServices/Search.bundle/ && killall SystemUIServer'
+alias spotlight-wat='sudo fs_usage -w -f filesys mdworker | grep "open"'
 
 alias mutt='cd ~/Desktop; mutt'
 alias hi='pygmentize'