feat: BROWSER and VISUAL env variables
This commit is contained in:
parent
519c17f59d
commit
6b2fc45e66
5
.zshenv
5
.zshenv
@ -16,7 +16,10 @@ export LESSHISTFILE='-'
|
|||||||
|
|
||||||
path=("$HOME/bin" "$HOME/.local/bin" /var/lib/flatpak/exports/bin $path)
|
path=("$HOME/bin" "$HOME/.local/bin" /var/lib/flatpak/exports/bin $path)
|
||||||
|
|
||||||
export EDITOR='nvim'
|
export BROWSER=firefox
|
||||||
|
export EDITOR=nvim
|
||||||
|
export VISUAL=nvim
|
||||||
|
|
||||||
export MAKEFLAGS='-j'
|
export MAKEFLAGS='-j'
|
||||||
|
|
||||||
export QT_STYLE_OVERRIDE=Materia-dark
|
export QT_STYLE_OVERRIDE=Materia-dark
|
||||||
|
Loading…
Reference in New Issue
Block a user