From 262d12ed2eba9da10162e85c54a9f6000d6e5cab Mon Sep 17 00:00:00 2001 From: Jephte CLAIN Date: Thu, 26 Mar 2015 20:47:12 +0400 Subject: [PATCH] toujours charger le module --- lib/bashrc.d/bash_completion | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/bashrc.d/bash_completion b/lib/bashrc.d/bash_completion index 534ca89..190e995 100644 --- a/lib/bashrc.d/bash_completion +++ b/lib/bashrc.d/bash_completion @@ -2,7 +2,9 @@ ##@before * if [ -n "$UTOOLS_BASH_COMPLETION" ]; then - if [ -z "$BASH_COMPLETION" -a -f /etc/debian_version ]; then + function __bash_completion_enabled() { return 1; } + function __bash_completion_module_enabled() { return 1; } + if [ -f /etc/debian_version ]; then case "$(