Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created September 25, 2019 18:38
Show Gist options
  • Save miguelmota/84709a858d0c1d94d8eeacc08c274a0c to your computer and use it in GitHub Desktop.
Save miguelmota/84709a858d0c1d94d8eeacc08c274a0c to your computer and use it in GitHub Desktop.
Linux Ubuntu change default terminal (x-terminal-emulator) to kitty using update-alternatives
sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /usr/local/bin/kitty 50
@Mtillmann
Copy link

Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment