Define new var for terminal emulator

This commit is contained in:
gardouille 2023-01-27 19:07:55 +01:00
parent 47d8a6d7bc
commit f05fb06e69
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 5 additions and 0 deletions

5
zshenv
View File

@ -34,6 +34,11 @@ elif [ $(command -v firefox) ]; then
export BROWSER=firefox
fi
## }}}
## Terminal emulator {{{
if [ $(command -v alacritty) ]; then
export TERM_EMULATOR=alacritty
fi
## }}}
## Pager (man,…) {{{
if [ $(command -v vimmanpager) ]; then
export PAGER=vimmanpager