Add a shebang so Vim knows what filetype dot-zshenv is
This commit is contained in:
parent
bc3b256554
commit
fadf484cb7
1 changed files with 1 additions and 0 deletions
1
dot-zshenv
Normal file → Executable file
1
dot-zshenv
Normal file → Executable 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}
|
||||
|
|
Loading…
Reference in a new issue