7cfce5fd0b3c

zsh: remove unused aliases
[view raw] [browse files]
author Steve Losh <steve@dwaiter.com>
date Wed, 21 Jul 2010 16:33:47 -0400
parents c18c81c8b262
children 7d807b8b1fa1
branches/tags (none)
files zsh/mercurial.zsh

Changes

--- a/zsh/mercurial.zsh	Tue Jul 20 16:30:03 2010 -0400
+++ b/zsh/mercurial.zsh	Wed Jul 21 16:33:47 2010 -0400
@@ -1,8 +1,5 @@
 #!/usr/bin/env zsh
 
-alias calctime="sed -e 's/{t: *\([0-9]*\)*.*/\1/' | python -c 'import sys; print sum(map(int, sys.stdin.readlines())) / 60.0, \"hours\"'"
-alias hgt='hg log -vd "`date -j \"+%Y-%m-%d\"`" -u steve | grep "{t:" | calctime'
-
 function pull_everything() {
     for repo in $( ls -1 ); do
         if [[ -d $repo && -d $repo/.hg ]]; then