We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e63399a commit 4032fafCopy full SHA for 4032faf
1 file changed
zsh/.zshenv
@@ -1,5 +1,9 @@
1
# Symlinking the zsh config folder is not needed thanks to this.
2
-ZDOTDIR="${HOME}/Git/linux-scripts/zsh"
+if [ -d "${HOME}/Git" ]; then
3
+ ZDOTDIR="${HOME}/Git/linux-scripts/zsh"
4
+else
5
+ ZDOTDIR="${HOME}/git/linux-scripts/zsh"
6
+fi
7
8
if [ -f "${HOME}/.cargo/env" ]; then
9
. "${HOME}/.cargo/env"
0 commit comments