diff options
| author | 2025-11-25 10:37:46 +0100 | |
|---|---|---|
| committer | 2025-11-25 10:37:46 +0100 | |
| commit | 9a2159b4c1e6f2217584136622f13ddd9c49c5c0 (patch) | |
| tree | 72b75b832df24c00e65ad75b495c2ef6a73e2423 | |
| parent | edfb6b5512458b3ee712416fe32e308ebcfce69f (diff) | |
| download | dotfiles-9a2159b4c1e6f2217584136622f13ddd9c49c5c0.tar.gz dotfiles-9a2159b4c1e6f2217584136622f13ddd9c49c5c0.tar.bz2 dotfiles-9a2159b4c1e6f2217584136622f13ddd9c49c5c0.zip | |
Added uv completion
| -rwxr-xr-x | bash/.bashrc | 4 |
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)" |
| 288 | fi | 288 | fi |
| 289 | 289 | ||
| 290 | if exists uv; then | ||
| 291 | eval "$(uv generate-shell-completion bash)" | ||
| 292 | fi | ||
| 293 | |||
| 290 | 294 | ||
| 291 | # vim: set ts=4 sw=4 tw=0 et : | 295 | # vim: set ts=4 sw=4 tw=0 et : |
