]> arthur.barton.de Git - ax-zsh.git/commitdiff
browser_select: Fix incomplete documentation
authorAlexander Barton <alex@barton.de>
Tue, 20 Feb 2024 20:34:59 +0000 (21:34 +0100)
committerAlexander Barton <alex@barton.de>
Tue, 20 Feb 2024 20:34:59 +0000 (21:34 +0100)
plugins/browser_select/README.md
plugins/browser_select/browser_select.zprofile

index c87d84205eef4e6630c5fb6319fdde66ebb0ad5d..927eb6b8e5e2d0ab1e1916461ff397fa57425586 100644 (file)
@@ -4,6 +4,14 @@ Search for the "best" WWW browser and setup environment (`$BROWSER`) accordingly
 
 The plugin looks for the following WWW browsers and stops at the first one it finds:
 
+- open (on non-Linux platforms)
+- firefox (when DISPLAY is set)
+- chrome (when DISPLAY is set)
+- elinks
+- w3m
+- links2
+- links
+- lynx
 
 ### Environment
 
index 1f45a24a65c9ff61f4f5f3bb8bf1b674fea5d6d0..fcc425ef8f23dff77fac971635875c77fd3e0bb8 100644 (file)
@@ -4,7 +4,6 @@
 # Don't run this plugin on "check-plugins"!
 [[ -z "$AXZSH_PLUGIN_CHECK" ]] || return 92
 
-
 if [[ -z "$BROWSER" ]]; then
        if [[ "$OSTYPE" != "linux-gnu" ]]; then
                # Check for open(1) on Non-Linux systems. On (Debian-) Linux, the open(1)