Revert "git: use difftastic
by default"
This reverts commit 2fbf67507f
.
This commit is contained in:
parent
ac34ff2742
commit
22385b9a1c
|
@ -20,11 +20,6 @@
|
||||||
else
|
else
|
||||||
(cd "''${ROOT}" && eval "''${@}")
|
(cd "''${ROOT}" && eval "''${@}")
|
||||||
fi
|
fi
|
||||||
elif [[ "''$1" == "log" || "''$1" == "show" ]]; then
|
|
||||||
local command="$1"
|
|
||||||
shift 1
|
|
||||||
|
|
||||||
${pkgs.git}/bin/git "$command" --ext-diff "$@"
|
|
||||||
else
|
else
|
||||||
${pkgs.git}/bin/git "''${@}"
|
${pkgs.git}/bin/git "''${@}"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue