fix bash variables
This commit is contained in:
parent
fe2490fc56
commit
3c0db2ae64
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user