diff options
| -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 : |
