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