From c86e7ab0d810ddfcc5d0fba4d9a9de5ae2bb04e6 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 12 Aug 2020 10:58:45 +0200 Subject: bash: fixed some weird issue on bash completions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Basically on alacritty. Signed-off-by: Miquel Sabaté Solà --- .bashrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 37a2f3c..9619507 100644 --- a/.bashrc +++ b/.bashrc @@ -147,6 +147,5 @@ alias ssh="gpg-connect-agent updatestartuptty /bye >/dev/null; ssh" alias ip="ip --color" alias ipb="ip --color --brief" -# Alacritty stuff. +# Needed by Alacritty export XDG_CONFIG_HOME="$HOME/.config" -source "$HOME/.bash_completion/alacritty" -- cgit v1.2.3