diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-08-12 09:51:21 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-08-12 09:51:21 +0200 |
| commit | a60a72ea8c6ee28e5b0c06d9d07b795a6e779ff4 (patch) | |
| tree | a60a200d0a19aba7731f96f71428be2fbbfde150 /.bashrc | |
| parent | b6d06b7cddda8dd6c6dea5cf7c1c18b752c1a5eb (diff) | |
| download | dotfiles-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-- | .bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |
