browser var

This commit is contained in:
TheK4n 2022-06-06 16:51:38 +03:00
parent 0660dc8c34
commit d06be41540

View File

@ -8,6 +8,8 @@ export HISTFILESIZE=10000
export HISTTIMEFORMAT="%F %T " export HISTTIMEFORMAT="%F %T "
export HISTIGNORE="&:l[lsa\.]:[bf]g:exit:q:clear:c:history:h" 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 # set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then if [ -d "$HOME/bin" ] ; then
export PATH="$PATH:$HOME/bin" export PATH="$PATH:$HOME/bin"