diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2008-10-31 00:04:06 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2008-10-31 00:04:06 +0100 |
commit | c29a0423a46dd4e040532f1040076708525afa45 (patch) | |
tree | 1fa6afd30db9853dfd995d55176f81c204728554 /bashrc/common | |
parent | d29929d012f50a96336d6a4e2dce07c870a7ee2c (diff) | |
download | dotfiles-c29a0423a46dd4e040532f1040076708525afa45.tar.gz dotfiles-c29a0423a46dd4e040532f1040076708525afa45.tar.xz dotfiles-c29a0423a46dd4e040532f1040076708525afa45.zip |
bug fixed
Diffstat (limited to 'bashrc/common')
-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 ... |