From 9b534cf427eded27301c75c58636256e3a816089 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 3 Aug 2017 00:35:30 -0400 Subject: [PATCH] Update README.rst --- README.rst | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 82d79a5..8aca0b6 100644 --- a/README.rst +++ b/README.rst @@ -141,21 +141,15 @@ Environment Variables The default programs that RTV interacts with can be configured through environment variables ``$RTV_EDITOR`` - | A program used to compose text submissions and comments - | E.g. **vim**, **emacs**, **gedit** - | + | 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** - | + | 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 `_ - | + | A tool used to extract hyperlinks from from text, e.g. `urlview `_, `urlscan `_ | *If not specified, will fallback to urlview if it is installed* ------------------------