changeset 379:61a3c07e9f7a

kill reject files
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 25 Jul 2013 03:36:24 -0700
parents 0e99d3a68066
children 5b94b85763a0
files .bashrc
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'