# HG changeset patch # User Jeff Hammel # Date 1374748584 25200 # Node ID 61a3c07e9f7ac3fe5cbfecc54021d69614e1781d # Parent 0e99d3a68066c92f8f1b449538b57fc1bd69ab52 kill reject files diff -r 0e99d3a68066 -r 61a3c07e9f7a .bashrc --- a/.bashrc Wed Jul 24 19:36:46 2013 -0700 +++ b/.bashrc Thu Jul 25 03:36:24 2013 -0700 @@ -1,7 +1,8 @@ #!/bin/bash + ### bash rc file ### -# so +# source the profile, if it exists PROFILE=/etc/profile if [ -e "${PROFILE}" ] then @@ -40,6 +41,7 @@ alias distribute='python setup.py egg_info -RDb "" sdist register upload' alias grep='grep --colour=auto' alias ls='ls --color=auto' +alias patch='patch --reject-file=-' 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'