Skip to content

Commit 439cecc

Browse files
committed
fix: export ZDOTDIR
1 parent 082d2fa commit 439cecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configs/.zshenv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env zsh
22

33
XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
4-
ZDOTDIR="${ZDOTDIR:-$XDG_CONFIG_HOME/zsh}"
4+
export ZDOTDIR="${ZDOTDIR:-$XDG_CONFIG_HOME/zsh}"
55

66
if ! source $ZDOTDIR/.zshenv; then
77
echo "FATAL Error: Could not source $ZDOTDIR/.zshenv"

0 commit comments

Comments
 (0)