From 84be941055b3d7fa4c57cae9cd827c17e02ea31b Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Mon, 13 Apr 2026 12:18:11 -0700 Subject: [PATCH] Fix early-init.zsh --- early-init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/early-init.zsh b/early-init.zsh index bee772a..a4c6d14 100644 --- a/early-init.zsh +++ b/early-init.zsh @@ -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