diff --git a/README.rst b/README.rst index 065f803..82d79a5 100644 --- a/README.rst +++ b/README.rst @@ -143,16 +143,19 @@ The default programs that RTV interacts with can be configured through environme ``$RTV_EDITOR`` | A program used to compose text submissions and comments | E.g. **vim**, **emacs**, **gedit** + | | *If not specified, will fallback to ``$VISUAL`` and ``$EDITOR`` in that order* ``$RTV_BROWSER`` | A program used to open links to external websites | E.g. **firefox**, **google-chrome**, **w3m**, **lynx**, **elinks** + | | *If not specified, will fallback to ``$BROWSER``, or attempt to intelligently choose a browser supported by your system* ``$RTV_URLVIEWER`` | A tool used to extract hyperlinks from from text | E.g. `urlview `_, `urlscan `_ + | | *If not specified, will fallback to urlview if it is installed* ------------------------