From c9b955a574bafd52e50d9c3a49bf62f76288bb42 Mon Sep 17 00:00:00 2001 From: finga Date: Wed, 26 Jun 2024 15:32:01 +0200 Subject: [PATCH] zprofile: Use alacritty instead of urxvt Use alacritty instead of urxvt. --- .zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zprofile b/.zprofile index 3cf0329..506d646 100644 --- a/.zprofile +++ b/.zprofile @@ -12,7 +12,7 @@ export PAGER='bat' export EDITOR='em' export VISUAL='em' export BROWSER='firefox' -export TERMINAL='urxvtcd' +export TERMINAL='alacritty' export MANPAGER="bat -l man -p" # make the password-store use primary instead of clipboard