aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/br1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/br b/bin/br
index e2a746c1..d092eb6b 100755
--- a/bin/br
+++ b/bin/br
@@ -7,6 +7,7 @@ mt=$(urlmt "$url")
# If the MIME type is an image, load it in feh(1)
case $mt in
+ image/gif) ;;
image/*)
curl -- "$url" | feh - && exit
;;