dotfiles/.config/shell/bin/al

5 lines
132 B
Text
Raw Normal View History

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