zshenv: Add BROWSER env var
This commit is contained in:
parent
1b8647bfcf
commit
d8f68c11bf
3
zshenv
3
zshenv
|
@ -27,6 +27,9 @@ export BAT_THEME=Nord
|
||||||
# Postgres default user:
|
# Postgres default user:
|
||||||
export PGUSER=postgres
|
export PGUSER=postgres
|
||||||
|
|
||||||
|
# NPM, Yarn:
|
||||||
|
export BROWSER=none
|
||||||
|
|
||||||
# See `installdotfiles`:
|
# See `installdotfiles`:
|
||||||
if [ -f "$ZDOTDIR/.zshsecrets" ]; then
|
if [ -f "$ZDOTDIR/.zshsecrets" ]; then
|
||||||
source "$ZDOTDIR/.zshsecrets"
|
source "$ZDOTDIR/.zshsecrets"
|
||||||
|
|
Loading…
Reference in New Issue