From fadf484cb72c63ced324dd23ec7c5572f9fa07a9 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Sat, 28 Oct 2023 13:14:33 +1100 Subject: [PATCH] Add a shebang so Vim knows what filetype dot-zshenv is --- dot-zshenv | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 dot-zshenv diff --git a/dot-zshenv b/dot-zshenv old mode 100644 new mode 100755 index 980d528..53ea04c --- a/dot-zshenv +++ b/dot-zshenv @@ -1,3 +1,4 @@ +#! zsh # Initialise each of the XDG vars to their default values if they're unset. : ${XDG_CACHE_HOME:=~/.cache} : ${XDG_CONFIG_HOME:=~/.config}