From bc68c1c8c9b570178e388ed462bb20d838798b3f Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sat, 21 Feb 2015 19:59:11 +0100 Subject: zsh: fix --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 4164e28..653e474 100644 --- a/.zshrc +++ b/.zshrc @@ -205,7 +205,7 @@ esac stty -ixon # enable mapping of C-s in vim.. -diff () { +ciff () { if hash colordiff 2>/dev/null; then colordiff "$@" else -- cgit v1.2.3