From 91cb4ca4e0be475ab635610b775f45b185fac902 Mon Sep 17 00:00:00 2001 From: eyal0 <109809+eyal0@users.noreply.github.com> Date: Mon, 22 Jun 2020 17:03:21 -0600 Subject: [PATCH] Add support for svg images --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 3fb7f03..4b62547 100755 --- a/install.sh +++ b/install.sh @@ -68,6 +68,7 @@ addattr gif addattr jpeg addattr jpg addattr png +addattr svg echo '+ git config --global alias.diff-image '"'"'!f() { cd -- "${GIT_PREFIX:-.}"; GIT_DIFF_IMAGE_ENABLED=1 git diff "$@"; }; f'"'" git config --global alias.diff-image '!f() { cd -- "${GIT_PREFIX:-.}"; GIT_DIFF_IMAGE_ENABLED=1 git diff "$@"; }; f'