19d2579685cc

wat
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 16 Apr 2012 10:16:38 -0400
parents 2d0147123d68
children e653e3c197fe
branches/tags (none)
files zsh/misc.zsh

Changes

--- a/zsh/misc.zsh	Sat Apr 14 10:01:00 2012 -0400
+++ b/zsh/misc.zsh	Mon Apr 16 10:16:38 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'