From 9a2159b4c1e6f2217584136622f13ddd9c49c5c0 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Tue, 25 Nov 2025 10:37:46 +0100 Subject: Added uv completion --- bash/.bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bash/.bashrc b/bash/.bashrc index aeeb06e..bb66b40 100755 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -287,5 +287,9 @@ if exists direnv; then eval "$(direnv hook bash)" fi +if exists uv; then + eval "$(uv generate-shell-completion bash)" +fi + # vim: set ts=4 sw=4 tw=0 et : -- cgit v1.2.3