From 703287e083eaa546fbe0f1515b342afa04e2c4cf Mon Sep 17 00:00:00 2001 From: gpkvt Date: Sat, 15 Jul 2023 03:28:13 +0200 Subject: [PATCH] suppress error messages --- fonts/deploy.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fonts/deploy.zsh b/fonts/deploy.zsh index 3e25288..b36e29d 100755 --- a/fonts/deploy.zsh +++ b/fonts/deploy.zsh @@ -5,4 +5,4 @@ GIT_ROOT=$(git rev-parse --show-toplevel) mkdir -p ~/.fonts/ -ln -s ${GIT_ROOT}/fonts/Hack* ~/.fonts/ +ln -s ${GIT_ROOT}/fonts/Hack* ~/.fonts/ > /dev/null 2>&1