From 302978c20a8ff02f0b89e46c232fd5684e11c366 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 22 Aug 2025 13:52:31 +0200 Subject: [PATCH] uv shell --- misc/tools.func | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/misc/tools.func b/misc/tools.func index 6bb819b9..166d4e6f 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -1339,7 +1339,11 @@ function setup_uv() { } rm -rf "$TMP_DIR" - ensure_usr_local_bin_persist + #ensure_usr_local_bin_persist + $STD uv python update-shell || { + msg_error "Failed to update uv shell integration" + return 1 + } msg_ok "Setup uv $LATEST_VERSION" # Optional: install specific Python version