From d06be41540526dc0fe9c5381092d097852547baf Mon Sep 17 00:00:00 2001 From: TheK4n Date: Mon, 6 Jun 2022 16:51:38 +0300 Subject: [PATCH] browser var --- sub/bash/export | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sub/bash/export b/sub/bash/export index e604f1e..f3fbacb 100644 --- a/sub/bash/export +++ b/sub/bash/export @@ -8,6 +8,8 @@ export HISTFILESIZE=10000 export HISTTIMEFORMAT="%F %T " export HISTIGNORE="&:l[lsa\.]:[bf]g:exit:q:clear:c:history:h" +test -z "$BROWSER" && export BROWSER=firefox + # set PATH so it includes user's private bin if it exists if [ -d "$HOME/bin" ] ; then export PATH="$PATH:$HOME/bin"