From 1492e7e82f339eaa4600b2143a481ca1b7febce2 Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Thu, 20 May 2021 19:43:30 -0700 Subject: [PATCH] profile: switch terminal to alacritty --- profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile b/profile index 77cb376..95e1418 100644 --- a/profile +++ b/profile @@ -1,6 +1,6 @@ # default applications export PAGER=less -export TERMINAL=termite +export TERMINAL=alacritty # use nvim as the default editor if installed; otherwise, default to vim if [ -x /usr/bin/nvim ]; then -- 2.51.2