From f307a2207d7368c89628fea5ecfe4501a86ba495 Mon Sep 17 00:00:00 2001 From: bretello Date: Thu, 8 Apr 2021 19:59:58 +0200 Subject: [PATCH] zsh: add vim filetype/conf hint --- brethil_dotfile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/brethil_dotfile.sh b/brethil_dotfile.sh index a75ac81..606de8e 100755 --- a/brethil_dotfile.sh +++ b/brethil_dotfile.sh @@ -1,3 +1,4 @@ +# vim:ft=zsh ts=2 sw=2 sts=2 # Check for update, set DISABLE_UPDATE_PROMPT=yes to disable the prompt and automatically update env DISABLE_UPDATE_PROMPT=$DISABLE_UPDATE_PROMPT zsh -f "$DOTFILES/check_for_update.sh"