mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
adding svg support to ranger
This commit is contained in:
parent
f1468b4205
commit
1c4a6741a5
1 changed files with 3 additions and 3 deletions
|
@ -128,9 +128,9 @@ handle_image() {
|
||||||
local mimetype="${1}"
|
local mimetype="${1}"
|
||||||
case "${mimetype}" in
|
case "${mimetype}" in
|
||||||
## SVG
|
## SVG
|
||||||
# image/svg+xml|image/svg)
|
image/svg+xml|image/svg)
|
||||||
# convert -- "${FILE_PATH}" "${IMAGE_CACHE_PATH}" && exit 6
|
convert -- "${FILE_PATH}" "${IMAGE_CACHE_PATH}" && exit 6
|
||||||
# exit 1;;
|
exit 1;;
|
||||||
|
|
||||||
## DjVu
|
## DjVu
|
||||||
# image/vnd.djvu)
|
# image/vnd.djvu)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue