chiark / gitweb /
dot/emacs, dot/profile, el/dot-emacs.el: Moving back to Chromium.
[profile] / dot / profile
index c1159de42fa8e26f01f160c4f22698ae8d55c709..e46e627b76ed5aa9acb2f0d1dc3ca68fdf27c70d 100644 (file)
@@ -220,7 +220,7 @@ if __mdw_programp distcc; then CCACHE_PREFIX=distcc; export CCACHE_PREFIX; fi
 ## graphical one.
 set -- elinks w3m lynx
 case ${DISPLAY+t} in
-  t) set -- mdw-iceweasel mdw-chrome iceweasel firefox "$@" ;;
+  t) set -- chromium mdw-iceweasel mdw-chrome iceweasel firefox "$@" ;;
 esac
 for b in "$@"; do
   if __mdw_programp $b; then BROWSER=$b; export BROWSER; break; fi