Define ZDOTDIR globally
This commit is contained in:
parent
7eb46cf63c
commit
54fc138b49
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
cache/
|
cache/
|
||||||
|
.zcompdump
|
||||||
|
|||||||
1
zshrc
1
zshrc
@ -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 ----------------------------------
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user