fix: Try to fix completion

This commit is contained in:
2026-08-23 17:21:48 +02:00
parent 1a7a850efa
commit 874d55625c
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
if (command -v mise &>/dev/null); then
source <(mise completion bash --include-bash-completion-lib)
source <(mise completion bash)
fi