summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-02-21 19:59:11 +0100
committerPatrick Simianer <p@simianer.de>2015-02-21 19:59:11 +0100
commitbc68c1c8c9b570178e388ed462bb20d838798b3f (patch)
tree01ca8c20f628fd17f389ca0fe273b2e9bd033a75
parent2091605c1623b30c4e12688f6939524e239d0c11 (diff)
zsh: fix
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
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