From f1d24e6d07dbfbc50d5003be67d2d7981a221cfe Mon Sep 17 00:00:00 2001 From: velvettear Date: Wed, 28 Aug 2024 15:30:12 +0200 Subject: [PATCH] remove debug statement --- zsh/zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index dceccae..379a8fd 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -5,4 +5,3 @@ # exit if user is not root [[ "$EUID" != "0" ]] && return -echo "LOGIN AS ROOT"