#!/bin/bash # Runs zsh in alacritty. Good if you're put in some other terminal for some reason. nohup alacritty > /dev/null 2>&1 &