aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2020-08-12 09:51:21 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2020-08-12 09:51:21 +0200
commita60a72ea8c6ee28e5b0c06d9d07b795a6e779ff4 (patch)
treea60a200d0a19aba7731f96f71428be2fbbfde150 /.bashrc
parentb6d06b7cddda8dd6c6dea5cf7c1c18b752c1a5eb (diff)
downloaddotfiles-a60a72ea8c6ee28e5b0c06d9d07b795a6e779ff4.tar.gz
dotfiles-a60a72ea8c6ee28e5b0c06d9d07b795a6e779ff4.zip
Trying out alacritty as the terminal emulator
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à <msabate@suse.com>
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 4 insertions, 0 deletions
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"