feat: BROWSER and VISUAL env variables
This commit is contained in:
parent
519c17f59d
commit
6b2fc45e66
1 changed files with 4 additions and 1 deletions
5
.zshenv
5
.zshenv
|
@ -16,7 +16,10 @@ export LESSHISTFILE='-'
|
|||
|
||||
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 QT_STYLE_OVERRIDE=Materia-dark
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue