Switch from alacritty to kitty

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2020-09-21 15:23:36 +02:00
parent 485da13e5e
commit 6b294fb7dd
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
10 changed files with 42 additions and 228 deletions

View file

@ -111,7 +111,7 @@ export MTGA_WINE_BINARY="/usr/bin/wine"
# Setting applications
export VISUAL=vim
export EDITOR="${VISUAL}"
export TERMINAL="alacritty"
export TERMINAL="kitty"
export BROWSER="chromium"
export PAGER="less"
export MANPAGER="${PAGER}"