aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbash/.bashrc4
1 files changed, 4 insertions, 0 deletions
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
287 eval "$(direnv hook bash)" 287 eval "$(direnv hook bash)"
288fi 288fi
289 289
290if exists uv; then
291 eval "$(uv generate-shell-completion bash)"
292fi
293
290 294
291# vim: set ts=4 sw=4 tw=0 et : 295# vim: set ts=4 sw=4 tw=0 et :