We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082d2fa commit 439ceccCopy full SHA for 439cecc
Configs/.zshenv
@@ -1,7 +1,7 @@
1
#!/usr/bin/env zsh
2
3
XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
4
-ZDOTDIR="${ZDOTDIR:-$XDG_CONFIG_HOME/zsh}"
+export ZDOTDIR="${ZDOTDIR:-$XDG_CONFIG_HOME/zsh}"
5
6
if ! source $ZDOTDIR/.zshenv; then
7
echo "FATAL Error: Could not source $ZDOTDIR/.zshenv"
0 commit comments