al: open alacritty easily from another terminal

This commit is contained in:
PowerUser64 2022-04-25 15:19:37 -07:00
parent 190d3525ae
commit 5194559afe

4
.config/shell/bin/al Executable file
View file

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