From a60a72ea8c6ee28e5b0c06d9d07b795a6e779ff4 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 12 Aug 2020 09:51:21 +0200 Subject: Trying out alacritty as the terminal emulator MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For now I've built it from source, which maybe isn't the best option. I've also updated the hunspell dictionary. Signed-off-by: Miquel Sabaté Solà --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 94d3f57..37a2f3c 100644 --- a/.bashrc +++ b/.bashrc @@ -146,3 +146,7 @@ alias ssh="gpg-connect-agent updatestartuptty /bye >/dev/null; ssh" # Handy alias for the ip command alias ip="ip --color" alias ipb="ip --color --brief" + +# Alacritty stuff. +export XDG_CONFIG_HOME="$HOME/.config" +source "$HOME/.bash_completion/alacritty" -- cgit v1.2.3