From c29a0423a46dd4e040532f1040076708525afa45 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 31 Oct 2008 00:04:06 +0100 Subject: bug fixed --- bashrc/common/browser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc/common/browser.sh') diff --git a/bashrc/common/browser.sh b/bashrc/common/browser.sh index e01dd61..4a7e7a1 100644 --- a/bashrc/common/browser.sh +++ b/bashrc/common/browser.sh @@ -2,7 +2,7 @@ # but user opera, if available if hash opera > /dev/null 2>&1 ; then - export PAGER=opera + export BROWSER=opera else # use firefox by default ... -- cgit v1.2.3