fix bash variables

This commit is contained in:
thek4n 2024-10-16 13:42:55 +03:00
parent fe2490fc56
commit 3c0db2ae64

View File

@ -21,7 +21,8 @@ export HISTTIMEFORMAT="%F %T "
export HISTIGNORE="&:l[lsa\.]:[bf]g:exit:q:clear:c:history:h"
export BROWSERCLI=w3m
test -z "$BROWSER" && export BROWSER=firefox
test -z "$BROWSER" && BROWSER=firefox
export BROWSER
if [ -d "$HOME/.local/bin" ] ; then
export PATH="$HOME/.local/bin:$PATH"