# HG changeset patch # User Jeff Hammel # Date 1369957700 25200 # Node ID 11a349035020b9b2005b8b3dded11b02671e8d04 # Parent d6587ced0f072b3d3a08becfbe40c90dc0628948 add weekstamp diff -r d6587ced0f07 -r 11a349035020 .bashrc --- a/.bashrc Fri May 24 12:39:45 2013 -0700 +++ b/.bashrc Thu May 30 16:48:20 2013 -0700 @@ -32,6 +32,7 @@ alias grep='grep --colour=auto' alias ls='ls --color=auto' alias random="python -c 'import sys, random; foo = sys.argv[1:]; random.shuffle(foo); print \" \".join(foo)'" +alias weekstamp="date --date=\"$((`date '+%u'`-1)) days ago\" '+%b %d'" alias wget='wget --no-check-certificate' alias xpcshell="LD_LIBRARY_PATH=${MOZOBJ}/dist/bin ${MOZOBJ}/dist/bin/xpcshell"