From c8f4ab38596230fad7a7943e1380737a52389ecc Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Mon, 19 Nov 2018 14:55:05 +0100 Subject: [PATCH] Removed alacritty --- zsh/functions.zsh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/zsh/functions.zsh b/zsh/functions.zsh index e4252c7..e88c794 100644 --- a/zsh/functions.zsh +++ b/zsh/functions.zsh @@ -125,10 +125,3 @@ if [ $? -eq 0 ]; then fi -command -v alacritty > /dev/null 2>&1 -if [ $? -eq 0 ]; then - s() { - alacritty > /dev/null 2>&1 & - disown - } -fi