From eb45b86fac926607ce2713f0d1a8c824df4a24fe Mon Sep 17 00:00:00 2001 From: Moviuro Date: Sun, 1 Apr 2018 12:08:52 +0200 Subject: [PATCH] config.example: we don't override EDITOR or BROWSER in config We rather use application logic. --- config.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.example b/config.example index f364472..47435fc 100644 --- a/config.example +++ b/config.example @@ -39,10 +39,10 @@ wait=0.2 ## Programs to be used # Editor -EDITOR='gvim -f' +#EDITOR='gvim -f' # Browser -BROWSER='xdg-open' +#BROWSER='xdg-open' ## Misc settings