xsession: set terminal in xsession as well

It is used for a pager in i3.
This commit is contained in:
Vincent Bernat 2021-07-05 17:39:48 +02:00
parent b60e4cb73b
commit c08a54aed0

View file

@ -16,6 +16,7 @@ export NO_AT_BRIDGE=1
# Environment variables # Environment variables
unset LC_ALL unset LC_ALL
[ -e ~/.zshenv ] && . ~/.zshenv [ -e ~/.zshenv ] && . ~/.zshenv
export TERMINAL=vbeterm
# Copy some configuration files # Copy some configuration files
while read source target; do while read source target; do