From a16e65298afa1a3e97ecf64fcb24a1120d3a0b11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 20 Feb 2019 00:04:27 +0100 Subject: [PATCH] base-files: make bash-completion work MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- appends/oe-core/base-files/profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appends/oe-core/base-files/profile b/appends/oe-core/base-files/profile index d9fb0b6..8af492e 100644 --- a/appends/oe-core/base-files/profile +++ b/appends/oe-core/base-files/profile @@ -29,6 +29,10 @@ if command -v resize >/dev/null && command -v tty >/dev/null; then esac fi +if [ -f /etc/bash_completion ]; then + . /etc/bash_completion +fi + export PATH PS1 OPIEDIR QPEDIR QTDIR EDITOR TERM PROMPT_COMMAND umask 022