aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar Siteshwar Vashisht <siteshwar@gmail.com>2012-06-08 21:11:26 +0530
committerGravatar Siteshwar Vashisht <siteshwar@gmail.com>2012-06-08 21:11:26 +0530
commite96dabadf12d0c52b5a7bc1fb744b0c8fd9eeda0 (patch)
treef93efdf4c0080c5a7feef7531312f20606219398 /share
parentb6601338c286bd585449d6bbbe040a616a1ea310 (diff)
Add Rekonq in list of browsers to display help
Diffstat (limited to 'share')
-rw-r--r--share/functions/help.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/functions/help.fish b/share/functions/help.fish
index 5a73530b..4e7179a3 100644
--- a/share/functions/help.fish
+++ b/share/functions/help.fish
@@ -31,7 +31,7 @@ function help --description "Show help for the fish shell"
# Find a suitable browser for viewing the help pages. This is needed
# by the help function defined below.
#
- set -l graphical_browsers htmlview x-www-browser firefox galeon mozilla konqueror epiphany opera netscape
+ set -l graphical_browsers htmlview x-www-browser firefox galeon mozilla konqueror epiphany opera netscape rekonq
set -l text_browsers htmlview www-browser links elinks lynx w3m
if test $BROWSER
@@ -115,7 +115,7 @@ function help --description "Show help for the fish shell"
end
- eval $fish_browser file://$__fish_help_dir/$fish_help_page \&
+ eval "$fish_browser file://$__fish_help_dir/$fish_help_page &"
else
eval $fish_browser file://$__fish_help_dir/$fish_help_page
end