summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorShawn M Moore <sartak@gmail.com>2007-09-09 13:27:17 -0500
committerShawn M Moore <sartak@gmail.com>2007-09-09 13:27:17 -0500
commit86c54fc56690c521689e37a57e7de5d3e5c9f979 (patch)
tree814f4b3e590e31c735f16fe8c319770db8c64ba9 /zshrc
parent3cf91b8ceaab9e357cc3c1d6e5f502d933dd4b31 (diff)
downloadconf-86c54fc56690c521689e37a57e7de5d3e5c9f979.tar.gz
conf-86c54fc56690c521689e37a57e7de5d3e5c9f979.zip
Add darcs query manifest mapping
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 035f9e3..4bb4a0f 100644
--- a/zshrc
+++ b/zshrc
@@ -80,6 +80,7 @@ alias dp="darcs pull && darcs push"
alias dr="darcs record"
alias dar="darcs amend-record"
alias db="darcs revert"
+alias dqm="darcs query manifest"
alias starcraft="cd /home/sartak/.wine/drive_c/Program\ Files/Starcraft && sudo wine StarCraft.exe"
alias rtp='PERL5LIB=/opt/rt3/local/lib:/opt/rt3/lib:$PERL5LIB RT_DBA_USER=postgres RT_DBA_PASSWORD='' sudo prove -l -I/opt/rt3/local/lib'
alias rtpv='PERL5LIB=/opt/rt3/local/lib:/opt/rt3/lib:$PERL5LIB RT_DBA_USER=postgres RT_DBA_PASSWORD='' sudo perl -Ilib -I/opt/rt3/local/lib'