mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 22:21:15 -03: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user