added alias for dropbox
authorYi Qiang <yqiang@gmail.com>
Mon Oct 27 10:13:57 2008 -0700 (2 months ago)
changeset 456dc308b4c0fc
parent 44b6aac9140d59
child 460dd666392c1c
added alias for dropbox
--- a/zshrc Wed Oct 08 21:39:00 2008 -0700
+++ b/zshrc Mon Oct 27 10:13:57 2008 -0700
@@ -51,6 +51,7 @@ if [ -e $HOME/.serial_number ]; then # t
alias tmbun="cd $HOME/Library/Application\ Support/TextMate/Bundles"
alias empty_trash="rm -rf $HOME/.Trash/*"
alias vi="vim"
+ alias dp="cd $HOME/Dropbox"
export EDITOR="mate"
export MANPATH=/opt/local/share/man:$MANPATH
export LSCOLORS="ExGxFxdxCxDxDxhbadExEx"