summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-08-25 21:58:33 +0200
committerJan Pokorný <jpokorny@redhat.com>2014-08-25 21:58:33 +0200
commite7673e24d4f13d23eb1fdbdf8d14b82209cb7054 (patch)
treee324f29ff79ede7f28b78a40087d59a383fb1177 /.bashrc
parent63addec61575c9617295907579cef0fa583bcf92 (diff)
downloaddotfiles-e7673e24d4f13d23eb1fdbdf8d14b82209cb7054.tar.gz
dotfiles-e7673e24d4f13d23eb1fdbdf8d14b82209cb7054.tar.xz
dotfiles-e7673e24d4f13d23eb1fdbdf8d14b82209cb7054.zip
Bash config: enforce "strict" mode of patch via alias
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to '.bashrc')
-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