From d30d289ff4e37e471c9b0fa4fb79593071453532 Mon Sep 17 00:00:00 2001 From: Holger Paradies Date: Sat, 25 Oct 2025 08:48:47 +0200 Subject: Diasble bash-completition in profile session plasma-mobile breaks with this setting. --- config/chroot_local-hooks/hotfixes.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/chroot_local-hooks/hotfixes.sh b/config/chroot_local-hooks/hotfixes.sh index e437794..ea620dc 100755 --- a/config/chroot_local-hooks/hotfixes.sh +++ b/config/chroot_local-hooks/hotfixes.sh @@ -33,11 +33,6 @@ rm -rf /etc/sysconfig # rm/cp/mv aliases and bash completion for login shell cat <> /etc/profile -# enable bash completion in interactive shells -if [ -f /etc/bash_completion ]; then - . /etc/bash_completion -fi - # Some more alias to avoid making mistakes: alias rm='rm -i' alias cp='cp -i' -- cgit v1.0