diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-08-12 10:58:45 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-08-12 10:58:45 +0200 |
| commit | c86e7ab0d810ddfcc5d0fba4d9a9de5ae2bb04e6 (patch) | |
| tree | 7fb2e097c4911c966d9076ad5ff47bf2d7e44ebf /.bashrc | |
| parent | a60a72ea8c6ee28e5b0c06d9d07b795a6e779ff4 (diff) | |
| download | dotfiles-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>
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |
