mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 03:03:57 +08:00
Consider xdg-open to be a graphical browser
Otherwise, if xdg-open redirects `help` to Firefox, the terminal will be spammed with debug messages.
This commit is contained in:
parent
0b3e70a506
commit
706f56867c
|
@ -23,7 +23,7 @@ function help --description 'Show help for the fish shell'
|
|||
set -l fish_browser $fish_help_browser
|
||||
|
||||
# A list of graphical browsers we know about.
|
||||
set -l graphical_browsers htmlview x-www-browser firefox galeon mozilla
|
||||
set -l graphical_browsers htmlview x-www-browser firefox galeon mozilla xdg-open
|
||||
set -a graphical_browsers konqueror epiphany opera netscape rekonq google-chrome chromium-browser
|
||||
|
||||
# On mac we may have to write a temporary file that redirects to the desired
|
||||
|
|
Loading…
Reference in New Issue
Block a user