mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-30 11:49:25 +00:00
committed by
Sorin Ionescu
parent
5232191cbe
commit
fb9a20591f
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
function diff {
|
||||
if zstyle -t ':omz:module:utility:diff' color; then
|
||||
if zstyle -t ':prezto:module:utility:diff' color; then
|
||||
if (( $+commands[colordiff] )); then
|
||||
command diff --unified "$@" | colordiff --difftype diffu
|
||||
elif (( $+commands[git] )); then
|
||||
|
Reference in New Issue
Block a user