From 736c07d7c5c98bab03e68d43471659cea42e6c19 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Sun, 26 Jan 2025 13:52:00 +0100 Subject: [PATCH] =?UTF-8?q?feat(completion):=20Am=C3=A9lioration=20de=20la?= =?UTF-8?q?=20compl=C3=A9tion=20pour=20mise?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- completion.d/mise | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completion.d/mise b/completion.d/mise index f37224b..a51c4fa 100644 --- a/completion.d/mise +++ b/completion.d/mise @@ -1,5 +1,5 @@ #!/bin/bash if (command -v mise &>/dev/null); then - source <(mise completion bash) + source <(mise completion bash --include-bash-completion-lib) fi