summaryrefslogtreecommitdiffstats
path: root/bashrc/common/browser.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bashrc/common/browser.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc/common/browser.sh b/bashrc/common/browser.sh
index 4a7e7a1..1f610f0 100644
--- a/bashrc/common/browser.sh
+++ b/bashrc/common/browser.sh
@@ -6,7 +6,7 @@ if hash opera > /dev/null 2>&1 ; then
else
# use firefox by default ...
- if hash firefox > /dev/null 2&>1 ; then
+ if hash firefox > /dev/null 2>&1 ; then
export BROWSER=firefox
fi
fi