Skip to content

Instantly share code, notes, and snippets.

@gopigof
Created June 17, 2022 23:12
Show Gist options
  • Save gopigof/eed2de05f7b98479e6d63f0324b76c99 to your computer and use it in GitHub Desktop.
Save gopigof/eed2de05f7b98479e6d63f0324b76c99 to your computer and use it in GitHub Desktop.
Set Alacritty as Default Terminal Emulator - Ubunutu
# 50 - is the priority for chosing between `alternatives` available. 40 is default
sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator $(which alacritty) 50
sudo update-alternatives --config x-terminal-emulator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment