zprofile: Use alacritty instead of urxvt

Use alacritty instead of urxvt.
This commit is contained in:
finga 2024-06-26 15:32:01 +02:00
parent 689ceb19c3
commit c9b955a574

View file

@ -12,7 +12,7 @@ export PAGER='bat'
export EDITOR='em' export EDITOR='em'
export VISUAL='em' export VISUAL='em'
export BROWSER='firefox' export BROWSER='firefox'
export TERMINAL='urxvtcd' export TERMINAL='alacritty'
export MANPAGER="bat -l man -p" export MANPAGER="bat -l man -p"
# make the password-store use primary instead of clipboard # make the password-store use primary instead of clipboard