From 9974bce07c68cc7d877a99d4edf03020310b8ca1 Mon Sep 17 00:00:00 2001 From: Rezart Qelibari Date: Tue, 5 Apr 2022 14:46:08 +0200 Subject: [PATCH] Indent here doc with tabs --- modules/03-install-brew.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/03-install-brew.sh b/modules/03-install-brew.sh index e6a1cb0..0d6b3fc 100755 --- a/modules/03-install-brew.sh +++ b/modules/03-install-brew.sh @@ -1,4 +1,5 @@ #!/usr/bin/env zsh +# vi: ft=zsh export HOMEBREW_NO_ANALYTICS_THIS_RUN=1 export HOMEBREW_NO_ANALYTICS_MESSAGE_OUTPUT=1