From 457d1561dba8229b1072310064e2e52cdb36f00a Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 25 Mar 2020 12:33:19 +0100 Subject: [PATCH] Added $BROWSER global variable --- org/config/fish.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/org/config/fish.org b/org/config/fish.org index acf86e7..7fe554f 100644 --- a/org/config/fish.org +++ b/org/config/fish.org @@ -138,6 +138,12 @@ set -gx PATH <> $PATH #+END_SRC + In order to keep some other code clean, I set the ~$BROWSER~ variable so I + don’t have to call my web browser directly but rather with this variable. + #+BEGIN_SRC fish + set -gx BROWSER firefox + #+END_SRC + Sometimes, software will rely on =SUDO_ASKPASS= to get a GUI from which it can get the sudo password. So, let’s declare it. #+BEGIN_SRC fish