From 5e17edbe6279e1bdfebe4de21111d6ff9f8af099 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Wed, 20 Aug 2014 21:14:45 +0200 Subject: Bash config: add vimdiff alias to workaround plugin? issue 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 08bdafe..1f517fc 100644 --- a/.bashrc +++ b/.bashrc @@ -104,6 +104,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 vimdiff='vimdiff -u NONE' # internal, debug, etc. alias hist-del-last='history -d $(history 1 | cut -d" " -f2)' # historical NOOP -- cgit