From 384be66345c706362bd1baa943535cd7033a9188 Mon Sep 17 00:00:00 2001 From: Martin Vala Date: Fri, 15 Aug 2014 10:09:14 +0400 Subject: [PATCH] Changed from google-chrome to firfox --- mc/.config/mc/mc.ext | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mc/.config/mc/mc.ext b/mc/.config/mc/mc.ext index eaa6788..f84b018 100644 --- a/mc/.config/mc/mc.ext +++ b/mc/.config/mc/mc.ext @@ -488,7 +488,7 @@ type/^PDF # html regex/\.([hH][tT][mM][lL]?)$ - Open=(if test -n "google-chrome" && test -n "$DISPLAY"; then (google-chrome -t file://%d/%p &) 1>&2; else links %f || lynx -force_html %f || ${PAGER:-more} %f; fi) 2>/dev/null + Open=(if test -n "firefox" && test -n "$DISPLAY"; then (firefox file://%d/%p &) 1>&2; else links %f || lynx -force_html %f || ${PAGER:-more} %f; fi) 2>/dev/null View=%view{ascii} links -dump %f 2>/dev/null || w3m -dump %f 2>/dev/null || lynx -dump -force_html %f # StarOffice 5.2