From e7673e24d4f13d23eb1fdbdf8d14b82209cb7054 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Mon, 25 Aug 2014 21:58:33 +0200 Subject: Bash config: enforce "strict" mode of patch via alias MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index f0953cf..46f3850 100644 --- a/.bashrc +++ b/.bashrc @@ -106,6 +106,7 @@ alias fname='find -name' alias mk='make -j$( \ nproc --ignore=1 2>/dev/null \ || sed "s|.*\([0-9]\+\)$|\1|" /sys/devices/system/cpu/online; )' +alias patch='patch --fuzz=0' # internal, debug, etc. alias hist-del-last='history -d $(history 1 | cut -d" " -f2)' # historical NOOP -- cgit