diff --git a/.config/shell/bin/al b/.config/shell/bin/al new file mode 100755 index 0000000..f01740c --- /dev/null +++ b/.config/shell/bin/al @@ -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 &