Created
February 10, 2024 07:05
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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