Add a shebang so Vim knows what filetype dot-zshenv is

This commit is contained in:
Danielle McLean 2023-10-28 13:14:33 +11:00
parent bc3b256554
commit fadf484cb7
Signed by: 00dani
GPG key ID: 52C059C3B22A753E

1
dot-zshenv Normal file → Executable file
View file

@ -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}