4aa6af0a92a5
zsh: alias changes
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 06 Jun 2011 09:05:55 -0400 |
parents | b783542ecd34 |
children | d173e6dcfe6c |
branches/tags | (none) |
files | zsh/misc.zsh |
Changes
--- a/zsh/misc.zsh Fri Jun 03 16:30:30 2011 -0400 +++ b/zsh/misc.zsh Mon Jun 06 09:05:55 2011 -0400 @@ -9,6 +9,8 @@ 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 mutt='cd ~/Desktop; mutt' + function mdown () { (echo ' <head> @@ -78,5 +80,5 @@ done } -alias dvt='dvtm -m "^f"' -alias dv='dtach -A /tmp/dvtm-session.sock -r winch dvtm -m "^f"' +alias dv='dvtm -m "^f"' +alias dvt='dtach -A /tmp/dvtm-session.sock -r winch dvtm -m "^f"'