diff --git a/zsh/functions.zsh b/zsh/functions.zsh index e88c794..0f18fc0 100644 --- a/zsh/functions.zsh +++ b/zsh/functions.zsh @@ -125,3 +125,9 @@ if [ $? -eq 0 ]; then fi +command -v alacritty > /dev/null 2>&1 +if [ $? -eq 0 ]; then + s() { + nohup alacritty > /dev/null 2>&1 + } +fi