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