Fix early-init.zsh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user