aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2020-08-12 10:58:45 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2020-08-12 10:58:45 +0200
commitc86e7ab0d810ddfcc5d0fba4d9a9de5ae2bb04e6 (patch)
tree7fb2e097c4911c966d9076ad5ff47bf2d7e44ebf
parenta60a72ea8c6ee28e5b0c06d9d07b795a6e779ff4 (diff)
downloaddotfiles-c86e7ab0d810ddfcc5d0fba4d9a9de5ae2bb04e6.tar.gz
dotfiles-c86e7ab0d810ddfcc5d0fba4d9a9de5ae2bb04e6.zip
bash: fixed some weird issue on bash completions
Basically on alacritty. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
-rw-r--r--.bashrc3
1 files changed, 1 insertions, 2 deletions
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"