chore(zsh): set BROWSER
This commit is contained in:
parent
e836135b37
commit
f5d2da28ef
2
zshenv
2
zshenv
|
@ -6,6 +6,7 @@ export TERM=xterm-256color
|
|||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
export EDITOR="nvim"
|
||||
export VISUAL="nvim"
|
||||
export BROWSER=firefox
|
||||
|
||||
# ZSH:
|
||||
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
|
||||
|
@ -28,7 +29,6 @@ export BAT_THEME=Nord
|
|||
export PGUSER=postgres
|
||||
|
||||
# NPM, Yarn:
|
||||
export BROWSER=none
|
||||
export FAST_REFRESH=false
|
||||
|
||||
# k8s
|
||||
|
|
Loading…
Reference in New Issue