.vimrc: Updates to airline_symbols
[dotfiles.git] / bin / diff-filter
index 6adbd4a86f2e3765c40c8852aef09d0c457a5a1f..1cc13c95c871455627ab6e97df009cb28e44e7f9 100755 (executable)
@@ -9,6 +9,7 @@ for f in \
     /usr/share/git-core/contrib/diff-highlight/diff-highlight
 do
     test -x $f && \
+        test -z $DIFFHIGHLIGHT_OFF && \
         tee | $f && \
         exit 0
 done