Skip to content

Commit

Permalink
Changed from google-chrome to firfox
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Vala committed Aug 15, 2014
1 parent 1e10a3f commit 384be66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mc/.config/mc/mc.ext
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 384be66

Please sign in to comment.