From f35f43c2ce2ed7f72f3b0aa4446df706f24f1701 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Fri, 18 Sep 2020 13:14:55 +0300 Subject: Switch to Alacritty terminal emulator Updated some other configs and scripts to better interact with Alacritty. Also rely on fontconfig file, instead of specifying the font in each config (i.e. use font family 'monospace'). --- dotfiles/.profile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dotfiles/.profile') diff --git a/dotfiles/.profile b/dotfiles/.profile index c0b4349..d9c27a8 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -13,8 +13,7 @@ export _JAVA_AWT_WM_NONREPARENTING=1 # User specific environment and startup programs: export LANG=en_US.UTF-8 -export TERM=xterm-256color -export TERMINAL=termite +export TERMINAL=alacritty export EDITOR="nvim" export PAGER="less -R" export BROWSER=qutebrowser -- cgit v1.2.3