From 51b29589d58f1e5db071c545f1370995ffeba07f Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Sat, 16 Nov 2019 02:18:23 +0300 Subject: new colors and appearance changes --- dotfiles/.config/ranger/scope.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dotfiles/.config/ranger') diff --git a/dotfiles/.config/ranger/scope.sh b/dotfiles/.config/ranger/scope.sh index 13a25b4..940c9ba 100755 --- a/dotfiles/.config/ranger/scope.sh +++ b/dotfiles/.config/ranger/scope.sh @@ -90,9 +90,9 @@ handle_image() { local mimetype="${1}" case "${mimetype}" in # SVG - # image/svg+xml) - # convert "${FILE_PATH}" "${IMAGE_CACHE_PATH}" && exit 6 - # exit 1;; + image/svg+xml) + convert "${FILE_PATH}" "${IMAGE_CACHE_PATH}" && exit 6 + exit 1;; # Image image/*) -- cgit v1.2.3