We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 285cabd commit c5aa2e1Copy full SHA for c5aa2e1
zsh/.zshenv
@@ -9,7 +9,9 @@ else
9
fi
10
# Symlinking the zsh config folder is not needed thanks to this.
11
ZDOTDIR="${GIT_DIR}/linux-scripts/zsh"
12
-unset GIT_DIR
+
13
+# GIT_DIR is used in .zshrc and therefore must remain set.
14
+# unset GIT_DIR
15
16
if [ -f "${HOME}/.cargo/env" ]; then
17
. "${HOME}/.cargo/env"
zsh/.zshrc
@@ -455,3 +455,5 @@ fi
455
if [ -f "${GIT_DIR}/private-scripts/utils.zsh" ]; then
456
. "${GIT_DIR}/private-scripts/utils.zsh"
457
458
459
+unset GIT_DIR
0 commit comments