allacritty

This commit is contained in:
Jackson Delahunt 2019-02-12 12:51:50 +11:00
parent 5dd3370096
commit e9afd49da6
2 changed files with 3 additions and 3 deletions

2
scripts/alacritty.sh Executable file
View file

@ -0,0 +1,2 @@
# Start a desktop environment terminal detached from this shell
nohup alacritty </dev/null >/dev/null 2>&1 &

View file

@ -7,6 +7,4 @@ sh $REPO_ROOT/scripts/build.sh
sh $REPO_ROOT/scripts/stop.sh
sh $REPO_ROOT/scripts/clean.sh
sh $REPO_ROOT/scripts/start.sh
# Start the desktop environment detached from this shell
nohup alacritty </dev/null >/dev/null 2>&1 &
sh $REPO_ROOT/scripts/alacritty.sh