Skip to content

Instantly share code, notes, and snippets.

@TheBunnyMan123
Created February 10, 2024 07:05
Show Gist options
  • Save TheBunnyMan123/08d10eeea24a00fec46c926aaa484482 to your computer and use it in GitHub Desktop.
Save TheBunnyMan123/08d10eeea24a00fec46c926aaa484482 to your computer and use it in GitHub Desktop.
Gnome terrminal alacritty script. Symlink /usr/bin/gnome-terminal to it for gnome to use alacritty instead of gnome-terminal
if [ -z $2 ]
then
exec alacritty $1
else
exec alacritty --command $2
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment