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