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