zprofile: Use alacritty instead of urxvt
Use alacritty instead of urxvt.
This commit is contained in:
parent
689ceb19c3
commit
c9b955a574
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue