From 808748a05032655c729bdd842420d8d534a6f285 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 21 May 2023 13:30:05 +0300 Subject: [PATCH] fix(shell): Fix tool paths from append to prepend --- config/exports | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/exports b/config/exports index d3f635c..1c1be62 100755 --- a/config/exports +++ b/config/exports @@ -25,9 +25,9 @@ export HOMEBREW_PKG="$HOMEBREW/opt" export HOMEBREW_NO_ENV_HINTS=1 path_append "/usr/local/bin" -path_append "$HOMEBREW_SBIN" -path_append "$HOMEBREW_BIN" -path_append "$XDG_BIN_HOME" +path_prepend "$HOMEBREW_SBIN" +path_prepend "$HOMEBREW_BIN" +path_prepend "$XDG_BIN_HOME" # brew, https://brew.sh have brew && {