From 2afa48c17f3f5d86c9ae1a4abbacf778961be5aa Mon Sep 17 00:00:00 2001 From: Tyler Starr Date: Wed, 21 Dec 2022 00:09:45 -0800 Subject: [PATCH] Update void.md --- void.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/void.md b/void.md index 1ed19988..a9ed58eb 100644 --- a/void.md +++ b/void.md @@ -77,8 +77,7 @@ Add the following: #!/bin/sh export HOME=/home/tstarr/ -exec 2>&1 -exec /usr/bin/syncthing +exec /usr/bin/syncthing > /dev/null 2>&1 ``` ## OH-my-zsh