From 75f39c2a55c2417a0e5a13c4088aae3630db1ff5 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Wed, 28 Feb 2024 20:49:46 -0600 Subject: [PATCH] otherwise ssh doesnt work --- shell/envvar | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/envvar b/shell/envvar index 99953bc..251e3cf 100644 --- a/shell/envvar +++ b/shell/envvar @@ -22,6 +22,7 @@ export \ # Default programs export \ + TERM="xterm-256color" \ OPENER="xdg-open" \ READER="zathura" \ BROWSER="firefox" \