From d2069cb9e89ae93d03453e39800241c02a8b2ead Mon Sep 17 00:00:00 2001 From: zoomiti Date: Sat, 17 Sep 2022 15:18:17 -0400 Subject: [PATCH] Changes $TERM to alacritty --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index f56bb40..3f68b79 100644 --- a/.bash_profile +++ b/.bash_profile @@ -2,7 +2,7 @@ # ~/.bash_profile # -export TERMINAL="st" +export TERMINAL="alacritty" export EDITOR="nvim" [[ -f ~/.bashrc ]] && . ~/.bashrc