294978923007
Merge.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 16 Apr 2012 10:40:09 -0400 |
parents | 8d0124cdcce1 (current diff) e653e3c197fe (diff) |
children | f8b4a46387a4 |
branches/tags | (none) |
files |
Changes
--- a/zsh/misc.zsh Mon Apr 16 10:40:04 2012 -0400 +++ b/zsh/misc.zsh Mon Apr 16 10:40:09 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'