[zsh] feat: add necessary env variables

This commit is contained in:
David JULIEN 2021-11-20 15:58:51 +01:00
parent 46fdc12c29
commit 8b1944ecdd
1 changed files with 3 additions and 1 deletions

View File

@ -31,4 +31,6 @@ export EDITOR="nvim"
export TERMINAL="st"
export READER="zathura"
export BROWSER="firefox"
export MUSIC_PLAYER="ncmpcpp"
export IRC_CLIENT="irssi"
export MAIL_CLIENT="neomutt"
export MUSIC_CLIENT="ncmpcpp"