aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2025-11-25 10:37:46 +0100
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2025-11-25 10:37:46 +0100
commit9a2159b4c1e6f2217584136622f13ddd9c49c5c0 (patch)
tree72b75b832df24c00e65ad75b495c2ef6a73e2423
parentedfb6b5512458b3ee712416fe32e308ebcfce69f (diff)
downloaddotfiles-9a2159b4c1e6f2217584136622f13ddd9c49c5c0.tar.gz
dotfiles-9a2159b4c1e6f2217584136622f13ddd9c49c5c0.tar.bz2
dotfiles-9a2159b4c1e6f2217584136622f13ddd9c49c5c0.zip
Added uv completion
-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 :