diff options
-rw-r--r-- | bashrc/common/browser.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 ... |