Fix early-init.zsh

This commit is contained in:
2026-04-13 12:18:11 -07:00
parent ef09401812
commit 84be941055

View File

@@ -5,7 +5,7 @@ export PKG_CONFIG_PATH="${HOME}/.local/lib/pkgconfig:${PKG_CONFIG_PATH}"
# Make sure this is PATH
if [[ -d "${HOME}/.ghcup/bin" ]]; then
export PATH=":${HOME}/.ghcup/bin:${PATH}"
export PATH="${HOME}/.ghcup/bin:${PATH}"
fi
# Because I use zsh to start graphical sessions