From 5194559afee3163e86719a12ff981c0308b20398 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Mon, 25 Apr 2022 15:19:37 -0700 Subject: [PATCH] al: open alacritty easily from another terminal --- .config/shell/bin/al | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .config/shell/bin/al 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 &