]> arthur.barton.de Git - ax-zsh.git/blob - plugins/browser_select/README.md
927eb6b8e5e2d0ab1e1916461ff397fa57425586
[ax-zsh.git] / plugins / browser_select / README.md
1 ## browser_select
2
3 Search for the "best" WWW browser and setup environment (`$BROWSER`) accordingly.
4
5 The plugin looks for the following WWW browsers and stops at the first one it finds:
6
7 - open (on non-Linux platforms)
8 - firefox (when DISPLAY is set)
9 - chrome (when DISPLAY is set)
10 - elinks
11 - w3m
12 - links2
13 - links
14 - lynx
15
16 ### Environment
17
18 - `$BROWSER`: Command (including parameters) to run a WWW browser.