From 1fc3d66510c6b95e6729ab914080334d3b41e521 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Sun, 21 May 2023 16:04:30 -0700 Subject: [PATCH] etc: Hide has-command check output in profile --- etc/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile b/etc/profile index c66bf6e..979c5eb 100644 --- a/etc/profile +++ b/etc/profile @@ -1,5 +1,5 @@ has() { - command -V "$1" > /dev/null + command -V "$1" > /dev/null 2>&1 } source_if() {