summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
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