diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |