From c08a54aed01a4e666be12ea63bc74122123dbfa3 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 5 Jul 2021 17:39:48 +0200 Subject: [PATCH] xsession: set terminal in xsession as well It is used for a pager in i3. --- dotfiles/xsession | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/xsession b/dotfiles/xsession index a252502..c876a80 100644 --- a/dotfiles/xsession +++ b/dotfiles/xsession @@ -16,6 +16,7 @@ export NO_AT_BRIDGE=1 # Environment variables unset LC_ALL [ -e ~/.zshenv ] && . ~/.zshenv +export TERMINAL=vbeterm # Copy some configuration files while read source target; do