diff --git a/.config/shell/profile b/.config/shell/profile index 8521f4c..e2547a7 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -107,7 +107,7 @@ append_paths=() HOMEBREW_PREFIX="$XDG_DATA_HOME/homebrew" if [ -x "$HOMEBREW_PREFIX/bin/brew" ]; then eval "$("$HOMEBREW_PREFIX/bin/brew" shellenv)" - append_paths+=("$HOMEBREW_PREFIX/bin" "$HOMEBREW_PREFIX/sbin") + prepend_paths+=("$HOMEBREW_PREFIX/bin" "$HOMEBREW_PREFIX/sbin") fi rm_path_entries "${prepend_paths[@]}" "${append_paths[@]}" # Ensure we clean up first