Define ZDOTDIR globally

This commit is contained in:
Paweł Płazieński 2024-02-27 19:38:36 +01:00
parent 7eb46cf63c
commit 54fc138b49
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
cache/ cache/
.zcompdump

1
zshrc
View File

@ -74,6 +74,7 @@ command-exists () {
return $(command -v $1 >/dev/null); return $(command -v $1 >/dev/null);
} }
NEWLINE=$'\n' NEWLINE=$'\n'
ZDOTDIR=${ZDOTDIR:-$HOME/.zsh}
#---------------------------------- Listings ---------------------------------- #---------------------------------- Listings ----------------------------------