summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2025-10-25 08:48:47 +0200
committerHolger Paradies <retabell@gmx.de>2025-11-03 18:21:45 +0100
commitd30d289ff4e37e471c9b0fa4fb79593071453532 (patch)
treefea9162d7445b83c6322dfb4508c12f0fcb5121b /config
parent6ee7227d595655dee7134e4c6db3eb89eb11137d (diff)
downloadkanotix-d30d289ff4e37e471c9b0fa4fb79593071453532.zip
kanotix-d30d289ff4e37e471c9b0fa4fb79593071453532.tar.gz
Diasble bash-completition in profile
session plasma-mobile breaks with this setting.
Diffstat (limited to 'config')
-rwxr-xr-xconfig/chroot_local-hooks/hotfixes.sh5
1 files changed, 0 insertions, 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 <<EOT >> /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'